aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/input.conf
blob: b6050c977c6c5993b02f799e6ee2b07778072773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
}