From 3a4eefdcdd8b4865f84b9640f238279cd061813b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 29 Jun 2023 15:28:40 -0400 Subject: refactor: keep Scroll_Lock working on hotplugging devices --- .config/awesome/xinput-daemon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/xinput-daemon.sh b/.config/awesome/xinput-daemon.sh index 97ed7a8..153a5b4 100755 --- a/.config/awesome/xinput-daemon.sh +++ b/.config/awesome/xinput-daemon.sh @@ -7,6 +7,7 @@ apply_settings() { xinput set-prop pointer:"SteelSeries SteelSeries Rival 310 eSports Mouse" "libinput Accel Speed" 0.300000 xinput set-prop pointer:"ELECOM ELECOM TrackBall Mouse" "libinput Accel Speed" 0.300000 xinput set-prop pointer:"Logitech M705" "libinput Accel Speed" 1.000000 + if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi } apply_settings -- cgit v1.2.3