From 3101df896cce6c2556417eafe692e2daaebed3e6 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 28 Feb 2025 15:23:22 +0000 Subject: [PATCH] add super+f11 as WM-level fullscreen key --- home-manager/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 1cd052f..e28f8c2 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -41,6 +41,8 @@ # Declare all keybinds bind = [ + # Keybind for setting fullscreen + "$mod, F11, fullscreen" # Keybinds for starting programs "$mod, F, exec, firefox" "$mod, 1, exec, alacritty"