summaryrefslogtreecommitdiff
path: root/niri/cfg/input.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'niri/cfg/input.kdl')
-rw-r--r--niri/cfg/input.kdl16
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
+}