2023-08-12 01:24:31 +02:00
|
|
|
# input
|
|
|
|
input "type:keyboard" {
|
|
|
|
xkb_layout gb,si
|
|
|
|
xkb_options caps:escape,grp:alt_shift_toggle
|
2023-10-08 21:21:41 +02:00
|
|
|
repeat_delay 200
|
|
|
|
repeat_rate 30
|
2023-08-12 01:24:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input "type:touchpad" {
|
|
|
|
tap enabled
|
|
|
|
}
|
|
|
|
|
2023-10-08 21:21:41 +02:00
|
|
|
# seat
|
|
|
|
seat * hide_cursor 5000
|