diff options
Diffstat (limited to 'home/rices/schrottkatze/niri/kdl/input.kdl')
| -rw-r--r-- | home/rices/schrottkatze/niri/kdl/input.kdl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/input.kdl b/home/rices/schrottkatze/niri/kdl/input.kdl new file mode 100644 index 0000000..fa398b2 --- /dev/null +++ b/home/rices/schrottkatze/niri/kdl/input.kdl @@ -0,0 +1,22 @@ +input { + keyboard { + xkb { + layout "cz" + options "eurosign:e,caps:escape" + } + + repeat-delay 600 + repeat-rate 25 + track-layout "global" + } + + touchpad { + dwt + dwtp + natural-scroll + } + + mouse { + accel-profile "flat" + } +} |
