diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 16:55:08 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 16:56:57 +0200 |
| commit | 27f7880118739fe8a6ef6a0d1805e4614fb7b0c6 (patch) | |
| tree | 31a1cd0467bf3aa08b407088e2c75d2b998c8124 | |
| parent | 46a18cbceb581ce59b2183f2821c6ff752ff84a0 (diff) | |
Fix up formatting
| -rw-r--r-- | home/rices/schrottkatze/niri/kdl/input.kdl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/input.kdl b/home/rices/schrottkatze/niri/kdl/input.kdl index a8be309..0eb6825 100644 --- a/home/rices/schrottkatze/niri/kdl/input.kdl +++ b/home/rices/schrottkatze/niri/kdl/input.kdl @@ -4,14 +4,19 @@ input { layout "us" variant "altgr-intl" } + repeat-delay 600 repeat-rate 25 track-layout "global" } + touchpad { dwt dwtp natural-scroll } - mouse { accel-profile "flat"; } + + mouse { + accel-profile "flat" + } } |
