Update gaps
This commit is contained in:
parent
7ed24eada1
commit
905c905f1b
2 changed files with 10 additions and 9 deletions
|
@ -216,14 +216,14 @@ bindsym $mod+r mode "resize"
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
gaps inner 10
|
# gaps inner 5
|
||||||
gaps outer 10
|
# gaps outer 5
|
||||||
gaps horizontal 10
|
gaps horizontal 5
|
||||||
gaps vertical 10
|
gaps vertical 5
|
||||||
gaps top 10
|
gaps top 5
|
||||||
gaps right 10
|
gaps right 5
|
||||||
gaps bottom 10
|
gaps bottom 5
|
||||||
gaps left 10
|
gaps left 5
|
||||||
|
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
client.focused #555555 #555555 #ffffff #2e9ef4 #63C5DA
|
client.focused #555555 #555555 #ffffff #2e9ef4 #63C5DA
|
||||||
|
|
|
@ -38,6 +38,7 @@ foreground = ${colors.foreground}
|
||||||
line-size = 3pt
|
line-size = 3pt
|
||||||
|
|
||||||
border-size = 4pt
|
border-size = 4pt
|
||||||
|
border-bottom-size = 0pt
|
||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
|
@ -60,7 +61,7 @@ cursor-scroll = ns-resize
|
||||||
|
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
; tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
; wm-restack = generic
|
; wm-restack = generic
|
||||||
; wm-restack = bspwm
|
; wm-restack = bspwm
|
||||||
|
|
Loading…
Reference in a new issue