Files
dotfiles/.config/niri/niri.d/input.kdl
T

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
}
}