diff options
Diffstat (limited to '.config/hypr/input.conf')
-rw-r--r-- | .config/hypr/input.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf new file mode 100644 index 0000000..c5b0113 --- /dev/null +++ b/.config/hypr/input.conf @@ -0,0 +1,36 @@ + +# https://wiki.hyprland.org/Configuring/Variables/#input +input { + kb_layout = us,ru + kb_variant = + kb_model = + kb_options = grp:alt_shift_toggle + kb_rules = + follow_mouse = 1 + accel_profile = flat + + repeat_rate = 40 + repeat_delay = 222 + + sensitivity = 1 # -1.0 - 1.0, 0 means no modification. + + touchpad { + natural_scroll = false + } +} + +# https://wiki.hyprland.org/Configuring/Variables/#gestures +gestures { + workspace_swipe = true + workspace_swipe_forever = true + workspace_swipe_invert = false +} + +# Example per-device config +# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more +device { + name = epic-mouse-v1 + sensitivity = -0.5 +} + + |