From 62f6c14e3d4d9cecb615f4d6a3a7c48a8b892955 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 27 Apr 2025 22:04:51 +0800 Subject: [PATCH] feat(hyprland): add fullscreen keybind to hyprland: --- configs/programs/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/programs/hyprland.nix b/configs/programs/hyprland.nix index 74326f3..b5ca968 100644 --- a/configs/programs/hyprland.nix +++ b/configs/programs/hyprland.nix @@ -122,6 +122,9 @@ "ALT_SHIFT, K, resizeactive, 0 10%" "ALT_SHIFT, L, resizeactive, 10% 0" + # Make fullscreen + "$mainMod, Up, fullscreen, 0" + # H and L to move between workspaces on the current monitor including creation "$mainMod_CTRL, H, workspace, r-1" "$mainMod_CTRL, L, workspace, r+1"