aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/source/input.conf
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-07 13:26:51 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-07 13:26:51 +0530
commit627d496fb60088a656956f847e1ef1b03c5cd2b8 (patch)
treee9ab93845e29b5ead908d6dd6935e9833c703d92 /.config/hypr/source/input.conf
parentd1a4318b2f2ebd83ca35f6e2908ef3adda10cde8 (diff)
modularize hyprland configs, add zoom, scale, rotate script and keybinds
Diffstat (limited to '.config/hypr/source/input.conf')
-rw-r--r--.config/hypr/source/input.conf27
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
+}
+