From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .config/niri/cfg/input.kdl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .config/niri/cfg/input.kdl (limited to '.config/niri/cfg/input.kdl') diff --git a/.config/niri/cfg/input.kdl b/.config/niri/cfg/input.kdl new file mode 100644 index 0000000..b897a22 --- /dev/null +++ b/.config/niri/cfg/input.kdl @@ -0,0 +1,32 @@ +// ────────────── Input Configuration ────────────── +// https://github.com/YaLTeR/niri/wiki/Configuration:-Input + +input { + keyboard { + xkb { + //If you want to overwrite your keyboard layout, + // uncomment the line below and change the layout accordingly. + layout "us,us" + variant "colemak_dh_iso," + options "grp:win_space_toggle" + } + numlock // Enable numlock on startup + } + + touchpad { + // tap // Enable tap-to-click + dwt // disable while typing + click-method "clickfinger" + natural-scroll // Enable natural (macOS-style) scrolling + } + + mouse { + // If you want to disable Mouse Acceleration, + // uncomment the lines below. + //accel-profile "flat" + //accel-speed 0.0 + } + + focus-follows-mouse // Automatically focus windows under the mouse pointer + workspace-auto-back-and-forth // Enable workspace back & forth switching +} -- cgit v1.3.1