refactor(sway): move key_repeat to bindings
This commit is contained in:
parent
33437e7c24
commit
a4fe2c0d04
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user