-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layouts not working #97
Comments
Yes there are two parts to this, the first is that this build is combining many different patches and many of them have conflicting keybindings (many patches want to use Because of this keybindings for the different patches are set to avoid conflicts as far as possible, so you would need to refer to the bindings in The other part is that keybindings for layouts are based on indices, e.g. Lines 903 to 905 in 27185a7
and given that each layout is optional one can't know up front which index e.g. the gridmode layout will end up as. Lines 591 to 639 in 27185a7
Because of this predefined keyboard shortcuts can't be set. You can add your own keybindings for as many layouts that you have ( |
Thank you very much for the quick reply! I can confirm that it is working now :) |
Hi. Newbie here. I added
GRIDMODE_LAYOUT
and both fibonacci layouts. Yet when I press the keyboard shortcuts mentioned on the suckless page it does not reflect. Any help will be appreciated.The text was updated successfully, but these errors were encountered: