mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 10:50:42 +00:00
Update fullscreen keybinds (use the new fullscreenstate)
This commit is contained in:
parent
cecd965198
commit
d4219d9d18
2 changed files with 9 additions and 7 deletions
|
@ -24,8 +24,10 @@ in {
|
|||
#
|
||||
"SUPER, W, killactive,"
|
||||
"SUPER, F, togglefloating,"
|
||||
"SUPER, Space, fullscreen, 0"
|
||||
"SUPER_SHIFT, Space, fullscreen, 1" # maximize
|
||||
"SUPER, Space, fullscreen, 0" # regular fullscreen
|
||||
"SUPER_SHIFT, Space, fullscreen, 1" # maximize without client fullscreen
|
||||
"SUPER_CTRL, Space, fullscreenstate, 2, 0" # fullscreen without client knowing
|
||||
"SUPER_CTRL_SHIFT, Space, fullscreenstate, 1, 2" # maximize with client being full-screen
|
||||
"CTRL_SHIFT, Space, exec, toggle-fake-fullscreen" # fake fullscreen + custom border
|
||||
"SUPER_SHIFT, S, layoutmsg, togglesplit"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue