mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 07:25:59 +01:00
defaultConfig: improve smart gaps
This commit is contained in:
parent
0eaf3581a3
commit
ce3ba798df
2 changed files with 20 additions and 8 deletions
|
@ -119,10 +119,16 @@ animations {
|
||||||
|
|
||||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
# "Smart gaps" / "No gaps when only"
|
# "Smart gaps" / "No gaps when only"
|
||||||
# uncomment all three if you wish to use that.
|
# uncomment all if you wish to use that.
|
||||||
# workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0
|
# workspace = w[t1], gapsout:0, gapsin:0
|
||||||
# workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0
|
# workspace = w[tg1], gapsout:0, gapsin:0
|
||||||
# workspace = f[1], gapsout:0, gapsin:0, border: 0, rounding: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
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
|
@ -132,10 +132,16 @@ animations {
|
||||||
|
|
||||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
# "Smart gaps" / "No gaps when only"
|
# "Smart gaps" / "No gaps when only"
|
||||||
# uncomment all three if you wish to use that.
|
# uncomment all if you wish to use that.
|
||||||
# workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0
|
# workspace = w[t1], gapsout:0, gapsin:0
|
||||||
# workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0
|
# workspace = w[tg1], gapsout:0, gapsin:0
|
||||||
# workspace = f[1], gapsout:0, gapsin:0, border: 0, rounding: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
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
Loading…
Reference in a new issue