16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
|
# output
|
||
|
output * {
|
||
|
adaptive_sync on
|
||
|
}
|
||
|
|
||
|
# input
|
||
|
input "type:keyboard" {
|
||
|
xkb_layout gb,si
|
||
|
xkb_options caps:escape,grp:alt_shift_toggle
|
||
|
repeat_delay 200
|
||
|
repeat_rate 30
|
||
|
}
|
||
|
input "type:touchpad" {
|
||
|
tap enabled
|
||
|
}
|