diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-23 07:57:26 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-23 07:57:26 +0300 |
commit | 31a01a16e32a3138e6470636e489706ff9172860 (patch) | |
tree | cc64f2b6b496656d5f36ecd57f14e8f12f3c4705 /.config/hypr | |
parent | f9c216d213ecbffe2e0d50a02ea53c4df2290ee7 (diff) |
Hyprland: Play around with ‘no_gaps_when_only’
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 440cde9..105e61f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -43,6 +43,10 @@ decoration { rounding = 8 } +dwindle { + no_gaps_when_only = yes +} + animations { enabled = yes animation = windows, 1, 3, default, slide |