mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 06:25:59 +01:00
config/example: add optional smart gaps to the default config
ref #8106 #8114
This commit is contained in:
parent
5c3bd8e93d
commit
8e51a36c7f
2 changed files with 14 additions and 0 deletions
|
@ -117,6 +117,13 @@ animations {
|
|||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# 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
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
|
|
|
@ -130,6 +130,13 @@ animations {
|
|||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# 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
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
|
|
Loading…
Reference in a new issue