aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/input.conf
blob: c84c68caa21687c4231da7145316fa26d374f735 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 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
# }

device {
    name = razer-razer-deathadder-v2 
    sensitivity = 0
    accel_profile = flat
}

device {
    name = razer-razer-deathadder-v2-1 
    sensitivity = 0
    accel_profile = flat
}

device {
    name = bm30x-mouse
    accel_profile = flat
}