How to customize keybinds without being affected by updates #2444
|
I thought I could set it to keybinds.conf in the custom folder. For example, in hyprland/keybinds.conf, Super + T opens the terminal All I want is to override, but I don't know how.. Also, if you annotate what you don't want to use in the basic keybind, it will come back after the update The way I did it was This still has a problem, but cheetsheet loads and shows two keybinds.conf files every time I update them, so I had to change the file name of hyprland/keybinds.conf, and I had to find and add the keybinds contents of the function that was added later. There's another way, but if it's something I don't know, please teach me. Thank you. |
Replies: 1 comment 3 replies
|
What is the issue with just writing in custom/keybinds.conf pairs of lines of unbind/bind to deactivate the "general" keybinds and activate yours, like this: |
What is the issue with just writing in custom/keybinds.conf pairs of lines of unbind/bind to deactivate the "general" keybinds and activate yours, like this:
unbind = Super, H
bind = Super, H, togglesplit # Switch vertical/horizontal distribution