How do I change a global key binding (eg Super + F full screen)
#3132
Replies: 2 comments
|
This Omarchy discussion #611 answers the question. |
0 replies
|
As I failed to find an easy answer online to this question, this is what I came up with: unbind = SUPER, F # unbind the original combination Generally you can see the executes and dispatchers using the following command in the terminal: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The global key binding to launch an app full screen in Omarchy 3.1.5 is
Super + F. I can't change this in~/.config/hypr/bindings.confbecauseSuper + Fis not listed. I don't know whatSuper + Fexecutes so I can't assign this unknown execution to another key binding set (e.g.Super + Z).Same goes for a lot of the key bindings
Super + Space,Super + Alt + Space, etc. Can I change these global keyboard shortcuts?All reactions