[scripts] added csgores, desktopres, mouserotation and made sessions uppercase in tms
This commit is contained in:
parent
a5f8a7b1ab
commit
98d76b0abb
4 changed files with 11 additions and 0 deletions
6
.local/bin/mouserotation.sh
Executable file
6
.local/bin/mouserotation.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
for id in `xinput --list | awk '/Razer Razer DeathAdder V3 Pro .*pointer/ {print $8}' | sed 's/id=\(.*\)/\1/'`; do
|
||||
notify-send "Applied Mouse Rotation"
|
||||
xinput set-prop $id "Coordinate Transformation Matrix" 0.9848 0.1736 0 -0.1736 0.9848 0 0 0 1
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue