diff options
author | Vaxry <[email protected]> | 2024-10-19 17:03:22 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-10-19 17:03:22 +0100 |
commit | ce3ba798df6bca5be1da4396644a9ef08a2acab4 (patch) | |
tree | 262f3b92a993540f946d486f79b71f9bab9b50ff /src | |
parent | 0eaf3581a340f2521d96fe46d7956913c72d7698 (diff) | |
download | Hyprland-ce3ba798df6bca5be1da4396644a9ef08a2acab4.tar.gz Hyprland-ce3ba798df6bca5be1da4396644a9ef08a2acab4.zip |
defaultConfig: improve smart gaps
Diffstat (limited to 'src')
-rw-r--r-- | src/config/defaultConfig.hpp | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 5c8b0e68..a5d759de 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -132,10 +132,16 @@ animations { # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ # "Smart gaps" / "No gaps when only" -# uncomment all three if you wish to use that. -# workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0 -# workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0 -# workspace = f[1], gapsout:0, gapsin:0, border: 0, rounding:0 +# uncomment all if you wish to use that. +# workspace = w[t1], gapsout:0, gapsin:0 +# workspace = w[tg1], gapsout:0, gapsin:0 +# workspace = f[1], gapsout:0, gapsin:0 +# windowrulev2 = bordersize 0, floating:0, onworkspace:w[t1] +# windowrulev2 = rounding 0, floating:0, onworkspace:w[t1] +# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tg1] +# windowrulev2 = rounding 0, floating:0, onworkspace:w[tg1] +# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] +# windowrulev2 = rounding 0, floating:0, onworkspace:f[1] # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { |