device specific monitor config

This commit is contained in:
2026-06-09 22:38:15 +02:00
parent 258eedc5e8
commit daf034a5b9
5 changed files with 170 additions and 216 deletions
+17
View File
@@ -0,0 +1,17 @@
### Input configuration
#
# Example configuration:
#
input type:touchpad {
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
}
#
input type:keyboard {
xkb_layout "us"
xkb_variant "altgr-intl"
repeat_rate 50
repeat_delay 200
}