diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index d6e2232..24b40d2 100644 --- a/modules/gui/hypr/land.nix +++ b/modules/gui/hypr/land.nix @@ -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"