aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/input.conf
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:25:35 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:25:35 +0000
commitbe81c4285b0a7cb004d1c930b6076eaa576d3a9d (patch)
treee4089474f0624defce512411fabbcce354723de4 /hyprland/input.conf
parenta3a78af4f88ff93be5c8b3b6b7e980dc5b594ac8 (diff)
Add hyprland
Diffstat (limited to 'hyprland/input.conf')
-rw-r--r--hyprland/input.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/hyprland/input.conf b/hyprland/input.conf
new file mode 100644
index 0000000..b6050c9
--- /dev/null
+++ b/hyprland/input.conf
@@ -0,0 +1,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
+}