x-off: also retune mouse
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
parent
26ea66a7d7
commit
6a9383e654
1 changed files with 3 additions and 0 deletions
3
x-off
3
x-off
|
@ -4,3 +4,6 @@
|
||||||
for d in $(xrandr | grep -v primary | awk '/connected/ { print $1 }'); do
|
for d in $(xrandr | grep -v primary | awk '/connected/ { print $1 }'); do
|
||||||
xrandr --output $d --off
|
xrandr --output $d --off
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# tune mouse to re-adjust mappings
|
||||||
|
tune-mouse
|
||||||
|
|
Loading…
Add table
Reference in a new issue