blob: 8eb77e8ca8a157b13d9c971d90cbdb23472790fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Control your input devices
# See https://wiki.hypr.land/Configuring/Variables/#input
input {
# Swap Caps Lock and Escape
kb_options = caps:swapescape
# Change speed of keyboard repeat
repeat_rate = 40
repeat_delay = 300
}
|