From 8b912cf00d22e80582e60366c1862efcbf33c45a Mon Sep 17 00:00:00 2001 From: project-repo Date: Wed, 3 Jan 2024 19:10:34 +0100 Subject: [PATCH] Add FAQ entry. --- FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/FAQ.md b/FAQ.md index d010a47..83fd29b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -12,6 +12,21 @@ Remapping Caps Lock globally seems to be the best option. Follow instructions [here](https://wiki.archlinux.org/title/Linux_console/Keyboard_configuration) to achieve this (should be roughly distribution-agnostic). +## What do I do if Cagebreak does not work with the current wlroots version? + +You can probably downgrade wlroots with + +``` +$ pacman -U /var/cache/pacman/pkg/old-version +``` + +If you have cleared your package cache, see instructions in the [ArchWiki](https://wiki.archlinux.org/title/downgrading_packages#Return_to_an_earlier_package_version). + +Cagebreak should start working again after the downgrade. + +After a new release, the downgrading will no longer be necessary (in fact, +downgrading will probably break your setup). + ## How do I get firefox to run under wayland? Set the following environment variables