I am really trying to get this to work. In my `/etc/wayfire/defaults.ini` I haveAfter a bit of duckduckgo'ing, there is another switcher you can use (fast-switcher) by pressing ALT + ESC. As with the normal switcher, you can also press SHIFT to cycle through the windows in reverse order.
Using the above link, I added the following custom key bindings to my ~/.config/wayfire.ini:Which achieves the functionality I wished for. Woohoo!Code:
[fast-switcher]activate = <alt> KEY_TABactivate_backward = <alt> <shift> KEY_TAB
Code:
plugins = autostart autostart-static command fast-switcher...[fast-switcher]activate = <alt> KEY_TABactivate_backward = <alt> <shift> KEY_TAB
Statistics: Posted by reukiodo — Wed Apr 17, 2024 9:19 pm