From f7ac98d2a7cad22fa8a2734c0cb01dab5b9d5ca5 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 23 Apr 2024 11:46:13 +0300 Subject: [PATCH] [hyprland]: Set fullscreen mode by Win+Shift+F --- home-manager/modules/wms/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/modules/wms/hyprland.nix b/home-manager/modules/wms/hyprland.nix index 38a0484..961d872 100644 --- a/home-manager/modules/wms/hyprland.nix +++ b/home-manager/modules/wms/hyprland.nix @@ -172,6 +172,8 @@ "$mainMod SHIFT, 9, movetoworkspacesilent, 9" "$mainMod SHIFT, 0, movetoworkspacesilent, 10" + "$mainMod SHIFT, F, fullscreen" + # Scroll through existing workspaces with mainMod + scroll "$mainMod, mouse_down, workspace, e+1" "$mainMod, mouse_up, workspace, e-1"