diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index eec0c63..d4e7cf9 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -178,7 +178,7 @@ "$mod SHIFT, SPACE, centerwindow" "$mod, f, fullscreen, 1" "$mod SHIFT, f, fullscreen, 0" - "$mod CTRL, f, fakefullscreen" + "$mod CTRL, f, fullscreenstate, -1 2" "$mod SHIFT, s, pin" "$mod SHIFT, x, exec, ${pkgs.hyprland}/bin/hyprctl kill" ", XF86AudioRaiseVolume, exec, ${pkgs.pulsemixer}/bin/pulsemixer --change-volume +5" @@ -306,13 +306,11 @@ # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = "yes"; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = "yes"; # you probably want this - no_gaps_when_only = 0; }; master = { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # new_is_master = true; - no_gaps_when_only = 0; }; gestures = {