From 28933a66d279ca421bd5baee133c1b8caecdebaa Mon Sep 17 00:00:00 2001
From: "Frankie B." <git@diskfloppy.me>
Date: Sun, 10 Mar 2024 22:19:20 +0000
Subject: Crank up the sensitivity on my PS/2 mouse

---
 homes/floppydisk/hyprland.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'homes')

diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix
index 86ff2cd..0d39b50 100644
--- a/homes/floppydisk/hyprland.nix
+++ b/homes/floppydisk/hyprland.nix
@@ -74,6 +74,10 @@
 
   "general:resize_on_border" = "true";
 
+  "device:gm-tek-usb-composite-device-1" = {
+    sensitivity = 1.0;
+  };
+
   bindl = [
     ",switch:on:Lid Switch,exec,hyprctl keyword monitor LVDS-1, disable"
     ",switch:off:Lid Switch,exec,hyprctl keyword monitor LVDS-1, 1600x900, 0x0, 1"
-- 
cgit v1.2.3-54-g00ecf