split sway config, update key_helper

This commit is contained in:
2024-05-14 18:24:38 +03:00
parent 29ce74f3f6
commit cb8807ba29
9 changed files with 396 additions and 366 deletions

11
sway/input Normal file
View File

@@ -0,0 +1,11 @@
input * {
xkb_layout "us,ua"
xkb_options "grp:caps_toggle"
}
input type:touchpad {
dwt enabled
tap enabled
natural_scroll enabled
pointer_accel 0.35
}