.config/niri/niri.d/input.kdl hinzugefügt

This commit is contained in:
Tim
2026-05-13 16:53:47 +00:00
parent c96180ea77
commit b8b1282cf9
+16
View File
@@ -0,0 +1,16 @@
// ────────────── 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
}
}