refactor(sway): move key_repeat to bindings

This commit is contained in:
Price Hiller 2022-08-07 18:18:41 -05:00
parent 33437e7c24
commit a4fe2c0d04
2 changed files with 4 additions and 5 deletions

View File

@ -2,6 +2,10 @@
input "type:keyboard" {
# remap caps to escape
xkb_options caps:escape
# Key Repeat
repeat_delay 300
repeat_rate 40
}
# Set mod to Super

View File

@ -6,8 +6,3 @@ output DP-3 pos -2560 0
bindswitch lid:on output $laptop disable
bindswitch lid:off output $laptop enable
exec_always ~/.config/sway/scripts/laptop-clamshell.bash
input "type:keyboard" {
repeat_delay 300
repeat_rate 40
}