diff options
Diffstat (limited to 'hyprland/input.conf')
| -rw-r--r-- | hyprland/input.conf | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/hyprland/input.conf b/hyprland/input.conf index b6050c9..c84c68c 100644 --- a/hyprland/input.conf +++ b/hyprland/input.conf @@ -1,6 +1,4 @@ -################# # Input Devices # -################# # # List input devices with # hyprctl devices @@ -27,16 +25,33 @@ input { sensitivity = 0 } -device:razer-razer-deathadder-v2 { +# 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:razer-razer-deathadder-v2-1 { +device { + name = razer-razer-deathadder-v2-1 sensitivity = 0 accel_profile = flat } -device:bm30x-mouse { +device { + name = bm30x-mouse accel_profile = flat } |
