diff options
| author | ryukamish <[email protected]> | 2026-02-21 02:54:49 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-02-21 02:54:49 +0530 |
| commit | ebabf65037164d3c59911bcbac3ae118ea01d4e8 (patch) | |
| tree | 79ba169c269fc90cecf4c32cbe19ba8ccf3ab23d /niri/cfg/input.kdl | |
| parent | 25424b39e85e816638594ff54f3b44ff122f829d (diff) | |
add: niri config
Diffstat (limited to 'niri/cfg/input.kdl')
| -rw-r--r-- | niri/cfg/input.kdl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/niri/cfg/input.kdl b/niri/cfg/input.kdl new file mode 100644 index 0000000..4397284 --- /dev/null +++ b/niri/cfg/input.kdl @@ -0,0 +1,16 @@ +input { + keyboard { + xkb { + layout "us" + } + } + + touchpad { + tap + natural-scroll + } +} +cursor { + hide-when-typing + hide-after-inactive-ms 1000 +} |
