From a182bb4a2dd6c8ad40d43fe86df7d29ce59e5a0d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 18 Oct 2024 12:35:53 +0200 Subject: [PATCH] change fullscreen and maximize keybinds --- modules/gui/hypr/land.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"