From 8b12bc3a3b65cce1a258497a8f962568071c3ed4 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 12 Mar 2026 22:46:17 +0000 Subject: [PATCH] fix(mouse): incorrect sens --- .config/hypr/hyprpaper.conf | 2 ++ .config/hypr/input.conf | 2 +- .config/hypr/keybinds.conf | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 4cf552c..cb3322d 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1 +1,3 @@ splash = false +preload = ~/.wallpapers/liminal.png +wallpaper = ,~/.wallpapers/liminal.png diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index b38a20b..63d8fc3 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -18,7 +18,7 @@ input { } device { - name = logitech-usb-receiver + name = logitech-pro-x-1 sensitivity = 0 } diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 629cb2d..a8f9052 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -53,8 +53,8 @@ bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Playback (requires playerctl) -bindl = , F2, exec, playerctl previous -bindl = , F1, exec, playerctl play-pause +#bindl = , F2, exec, playerctl previous +#bindl = , F1, exec, playerctl play-pause bindl = , F3, exec, playerctl next