From 1be3e63215eba7e9f606156b1ea745944e1e278f Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 9 Aug 2024 23:24:03 +0100 Subject: Sort hyprland config --- hyprland/input.conf | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'hyprland/input.conf') 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 } -- cgit v1.2.3-70-g09d2