Skip to content
Andrej Benz edited this page Dec 16, 2024 · 7 revisions

How to use the different modules?

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

Why is Walker not focusing windows?

You might have force_keyboard_focus set to true, which interferes with window focusing.

Why do i get a black background?!

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.

How can i import files in my CSS?

Like this:

@import url("file:///home/andrej/.config/walker/themes/colors.css");