change fullscreen and maximize keybinds

This commit is contained in:
jacekpoz 2024-10-18 12:35:53 +02:00
parent 836fc4ca89
commit a182bb4a2d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -353,8 +353,8 @@ in {
) ++ [ ) ++ [
"${mod}, RETURN, exec, ${if config.poz.programs.foot.server then footclient else foot}" "${mod}, RETURN, exec, ${if config.poz.programs.foot.server then footclient else foot}"
"${mod}, Q, killactive" "${mod}, Q, killactive"
"${mod}, F, fullscreen, 0" "${mod} , F, fullscreen, 1"
"${mod}, M, fullscreen, 1" "${mod} SHIFT, F, fullscreen, 0"
"${mod}, D, exec, ${pkill} anyrun || ${anyrun}" "${mod}, D, exec, ${pkill} anyrun || ${anyrun}"
"${mod}, SPACE, togglefloating, active" "${mod}, SPACE, togglefloating, active"
"${mod} SHIFT, C, centerwindow" "${mod} SHIFT, C, centerwindow"