diff options
Diffstat (limited to '.config/hypr/source/input.conf')
| -rw-r--r-- | .config/hypr/source/input.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/hypr/source/input.conf b/.config/hypr/source/input.conf new file mode 100644 index 0000000..3febb3e --- /dev/null +++ b/.config/hypr/source/input.conf @@ -0,0 +1,27 @@ +# https://wiki.hypr.land/Configuring/Variables/#input +input { + kb_layout = us + kb_variant = + kb_model = + kb_options = + kb_rules = + + follow_mouse = 1 + + sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + + touchpad { + natural_scroll = false + } + + repeat_delay = 300 + repeat_rate = 50 +} + +# Example per-device config +# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more +device { + name = epic-mouse-v1 + sensitivity = -0.5 +} + |
