diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 18:37:41 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 18:37:41 +0100 |
| commit | abee6b29a4294de646a2aba8121f6a0795ecd78d (patch) | |
| tree | afc0fd0b22baca79d50f6d1b03aa4dea9200324f /common/home/hyprland | |
| parent | 3f48058a10ed742fe9e3be8076282574dc0332ff (diff) | |
2026-03-27 updates by auto-switch
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index e2d0a27..e61978e 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -100,7 +100,7 @@ ]; general = { - gaps_in = 0; + gaps_in = 5; gaps_out = 5; layout = "master"; border_size = 1; |