blob: 92b505de88e253eca9579fa31ad1e218f5b6c7cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Override default input configurations
# check /etc/hypr/input.conf
#
# 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
}
|