change fullscreen and maximize keybinds
This commit is contained in:
parent
836fc4ca89
commit
a182bb4a2d
1 changed files with 2 additions and 2 deletions
|
@ -353,8 +353,8 @@ in {
|
|||
) ++ [
|
||||
"${mod}, RETURN, exec, ${if config.poz.programs.foot.server then footclient else foot}"
|
||||
"${mod}, Q, killactive"
|
||||
"${mod}, F, fullscreen, 0"
|
||||
"${mod}, M, fullscreen, 1"
|
||||
"${mod} , F, fullscreen, 1"
|
||||
"${mod} SHIFT, F, fullscreen, 0"
|
||||
"${mod}, D, exec, ${pkill} anyrun || ${anyrun}"
|
||||
"${mod}, SPACE, togglefloating, active"
|
||||
"${mod} SHIFT, C, centerwindow"
|
||||
|
|
Loading…
Reference in a new issue