mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Disable gaps
This commit is contained in:
parent
868515cddd
commit
3cc144424c
@ -209,13 +209,13 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
|||||||
|
|
||||||
client.background #111111
|
client.background #111111
|
||||||
|
|
||||||
set $default_gaps_inner 10
|
# set $default_gaps_inner 10
|
||||||
set $default_gaps_outer -4
|
# set $default_gaps_outer -10
|
||||||
gaps inner $default_gaps_inner
|
# gaps inner $default_gaps_inner
|
||||||
gaps outer $default_gaps_outer
|
# gaps outer $default_gaps_outer
|
||||||
|
|
||||||
smart_gaps on
|
# smart_gaps on
|
||||||
smart_borders on
|
# smart_borders on
|
||||||
|
|
||||||
#custom bindings
|
#custom bindings
|
||||||
bindsym $mod+shift+x exec ~/bin/lock.sh
|
bindsym $mod+shift+x exec ~/bin/lock.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user