diff options
Diffstat (limited to 'common/home/hyprland/default.nix')
| -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; |