From 89acae9751c82628e4dc74ea923a93c2c92204ee Mon Sep 17 00:00:00 2001 From: Jane Alesi Date: Wed, 20 May 2026 12:09:02 +0200 Subject: [PATCH] feat(ansible/hyprland): enable left-handed mouse (pixart-usb-optical-mouse) --- ansible/roles/hyprland/templates/hyprland.conf.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible/roles/hyprland/templates/hyprland.conf.j2 b/ansible/roles/hyprland/templates/hyprland.conf.j2 index 11b9b26..5ec64a4 100644 --- a/ansible/roles/hyprland/templates/hyprland.conf.j2 +++ b/ansible/roles/hyprland/templates/hyprland.conf.j2 @@ -9,6 +9,7 @@ monitor=DVI-D-1,1920x1080@60,2560x0,1,transform,1 monitor=HDMI-A-1,2560x1440@144,3640x0,1 # Execute on start +exec-once = hyprpaper exec-once = waybar exec-once = dunst exec-once = hypridle @@ -30,7 +31,11 @@ input { sensitivity = 0 } -# General +device { + name = pixart-usb-optical-mouse + left_handed = 1 +} + general { gaps_in = 5 gaps_out = 10