aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/input.conf
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:24:03 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:24:03 +0100
commit1be3e63215eba7e9f606156b1ea745944e1e278f (patch)
tree6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/input.conf
parent8dafe3923ea3d473f5495134e2241d1d34f63273 (diff)
Sort hyprland config
Diffstat (limited to 'hyprland/input.conf')
-rw-r--r--hyprland/input.conf25
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
}