diff options
Diffstat (limited to 'hyprland/input.conf')
| -rw-r--r-- | hyprland/input.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/hyprland/input.conf b/hyprland/input.conf new file mode 100644 index 0000000..b6050c9 --- /dev/null +++ b/hyprland/input.conf @@ -0,0 +1,42 @@ +################# +# Input Devices # +################# +# +# List input devices with +# hyprctl devices +# + +input { + kb_layout = gb + kb_variant = + kb_model = + kb_options = + kb_rules = + repeat_rate = 50 + repeat_delay = 300 + + follow_mouse = 1 + + touchpad { + natural_scroll = yes + scroll_factor = 0.2 + disable_while_typing = false + tap-to-click = false + } + + sensitivity = 0 +} + +device:razer-razer-deathadder-v2 { + sensitivity = 0 + accel_profile = flat +} + +device:razer-razer-deathadder-v2-1 { + sensitivity = 0 + accel_profile = flat +} + +device:bm30x-mouse { + accel_profile = flat +} |
