feat: disable useless gaps
This commit is contained in:
parent
a6306ba808
commit
8a3409d14b
@ -26,7 +26,7 @@ theme.fg_focus = "#ffffff"
|
|||||||
theme.fg_urgent = "#ffffff"
|
theme.fg_urgent = "#ffffff"
|
||||||
theme.fg_minimize = "#ffffff"
|
theme.fg_minimize = "#ffffff"
|
||||||
|
|
||||||
theme.useless_gap = dpi(4)
|
theme.useless_gap = dpi(0)
|
||||||
theme.border_width = dpi(2)
|
theme.border_width = dpi(2)
|
||||||
theme.border_normal = "#000000"
|
theme.border_normal = "#000000"
|
||||||
theme.border_focus = "#e00000"
|
theme.border_focus = "#e00000"
|
||||||
|
@ -27,7 +27,5 @@ set $ws9 9:ETC
|
|||||||
# border background text indicator child_border
|
# border background text indicator child_border
|
||||||
client.focused #4c7899 #285577 #ffffff #2e9ef4 #e00000
|
client.focused #4c7899 #285577 #ffffff #2e9ef4 #e00000
|
||||||
default_border pixel
|
default_border pixel
|
||||||
gaps inner 4
|
|
||||||
gaps outer 4
|
|
||||||
|
|
||||||
set $screen_timeout 600
|
set $screen_timeout 600
|
||||||
|
Loading…
Reference in New Issue
Block a user