changed everything to spaces over tabs.
This commit is contained in:
parent
ffefa0fffd
commit
4c63486b4b
24 changed files with 1190 additions and 1190 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
for id in $(xinput --list |grep 'Razer Razer Naga Hex .* pointer'|sed 's/.*id=\([0-9]*\).*/\1/')
|
||||
do
|
||||
#echo "setting device ID $id"
|
||||
xinput --set-prop $id 'Coordinate Transformation Matrix' 0.500000, 0.000000, 0.000000, 0.000000, 0.500000, 0.000000, 0.000000, 0.000000, 1.000000
|
||||
#echo "setting device ID $id"
|
||||
xinput --set-prop $id 'Coordinate Transformation Matrix' 0.500000, 0.000000, 0.000000, 0.000000, 0.500000, 0.000000, 0.000000, 0.000000, 1.000000
|
||||
done
|
||||
|
|
|
@ -8,8 +8,8 @@ locker=$@
|
|||
|
||||
#make sure we set screen back to defaults if we force close the script
|
||||
cleanup() {
|
||||
xset dpms 0 0 600 #&& echo "cleaned up!"
|
||||
exit
|
||||
xset dpms 0 0 600 #&& echo "cleaned up!"
|
||||
exit
|
||||
}
|
||||
|
||||
trap "cleanup" EXIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue