mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-09-26 21:26:21 +02:00
20 lines
344 B
KDL
20 lines
344 B
KDL
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "us"
|
|
variant "altgr-intl"
|
|
}
|
|
repeat-delay 600
|
|
repeat-rate 25
|
|
track-layout "global"
|
|
}
|
|
touchpad {
|
|
dwt
|
|
dwtp
|
|
natural-scroll
|
|
}
|
|
mouse { accel-profile "flat"; }
|
|
tablet {
|
|
map-to-focused-output
|
|
}
|
|
}
|