-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
Andrej Benz edited this page Dec 16, 2024
·
7 revisions
Most modules are switcher_only
by default, which means they have to be accessed explicitly. You can do so by either:
- using the switcher module: default prefix is
/
=> so f.e./
=> choose module - launching
walker --modules <modules
=> f.e.walker -m clipboard
You might have force_keyboard_focus
set to true
, which interferes with window focusing.
That's a bug with amdvlk
. You can either use vulkan-radeon
or set GSK_RENDERER=ngl
. The Vulkan renderer for GTK seems to cause other problems as well, f.e. the list being cut-off.
Like this:
@import url("file:///home/andrej/.config/walker/themes/colors.css");