16 lines
372 B
KDL
16 lines
372 B
KDL
// ────────────── Input Configuration ──────────────
|
|
|
|
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "us"
|
|
variant "altgr-intl"
|
|
}
|
|
numlock // Enable numlock on startup
|
|
}
|
|
|
|
touchpad {
|
|
tap // Enable tap-to-click
|
|
natural-scroll // Enable natural (macOS-style) scrolling
|
|
}
|
|
} |