diff --git a/home/jonas/hyprland/config.nix b/home/jonas/hyprland/config.nix index 7deb2d9..55a198b 100644 --- a/home/jonas/hyprland/config.nix +++ b/home/jonas/hyprland/config.nix @@ -115,7 +115,7 @@ # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5; - gaps_out = 20; + gaps_out = 10; border_size = 2; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; "col.inactive_border" = "rgba(595959aa)"; @@ -165,13 +165,13 @@ # 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 = 1; + no_gaps_when_only = 0; }; master = { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # new_is_master = true; - no_gaps_when_only = 1; + no_gaps_when_only = 0; }; gestures = {