summaryrefslogtreecommitdiff
path: root/setxmodmap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setxmodmap.sh')
-rwxr-xr-xsetxmodmap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setxmodmap.sh b/setxmodmap.sh
index d8359d1..d05e6ea 100755
--- a/setxmodmap.sh
+++ b/setxmodmap.sh
@@ -2,5 +2,5 @@
setxkbmap us -option -option caps:swapescape
for id in $(xinput list | grep 'Logitech MX Anywhere 2S' | grep pointer | cut -d '=' -f 2 | cut -f 1);
- do xinput --set-button-map $id 1 2 3 4 5 2 2 7 8 9 10 11 12 13 14 15 16 17 18 19 20;
+ do xinput --set-button-map $id 1 2 3 4 5 2 2 8 9 10 11 12 13 14 15 16 17 18 19 20;
done