diff --git a/.config/niri/niri.d/input.kdl b/.config/niri/niri.d/input.kdl new file mode 100644 index 0000000..2825d37 --- /dev/null +++ b/.config/niri/niri.d/input.kdl @@ -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 + } +} \ No newline at end of file