chore: update sway config
This commit is contained in:
parent
a1e99b7b53
commit
e2f7b1855c
|
@ -63,7 +63,7 @@ input type:touchpad {
|
|||
}
|
||||
|
||||
input type:keyboard {
|
||||
xkb_options caps:swapescape
|
||||
xkb_options caps:escape_shifted_capslock
|
||||
}
|
||||
|
||||
|
||||
|
@ -245,5 +245,9 @@ client.background $base07
|
|||
|
||||
default_border pixel 2
|
||||
|
||||
gaps inner 10
|
||||
# Gaps
|
||||
gaps inner 5
|
||||
smart_gaps on
|
||||
smart_borders on
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Reference in New Issue