From 627d496fb60088a656956f847e1ef1b03c5cd2b8 Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 7 Jan 2026 13:26:51 +0530 Subject: modularize hyprland configs, add zoom, scale, rotate script and keybinds --- .config/hypr/source/input.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/hypr/source/input.conf (limited to '.config/hypr/source/input.conf') 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 +} + -- cgit v1.2.3