forked from Shinonome/dots-hyprland
Move dwindle config "no gaps when only" to workspace rules
This commit is contained in:
@@ -60,7 +60,6 @@ general {
|
|||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
preserve_split = true
|
preserve_split = true
|
||||||
# no_gaps_when_only = 1
|
|
||||||
smart_split = false
|
smart_split = false
|
||||||
smart_resizing = false
|
smart_resizing = false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,3 +84,12 @@ layerrule = ignorealpha 0.6, indicator*
|
|||||||
layerrule = blur, osk
|
layerrule = blur, osk
|
||||||
layerrule = ignorealpha 0.6, osk
|
layerrule = ignorealpha 0.6, osk
|
||||||
|
|
||||||
|
# ######## Workspace rules ########
|
||||||
|
|
||||||
|
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
|
# "Smart gaps" / "No gaps when only"
|
||||||
|
# (replaces dwindle config setting "no_gaps_when_only = 1")
|
||||||
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user