update xrandr functions

This commit is contained in:
arcan1s 2014-12-01 02:33:34 +03:00
parent 1508c1ff55
commit 75abc06b6c

View File

@ -22,7 +22,7 @@ projctl() {
echo "Using resolution: ${RESOLUTION}" echo "Using resolution: ${RESOLUTION}"
xrandr --output ${FIRSTMON} --mode ${RESOLUTION} --output ${SECONDMON} --mode ${RESOLUTION} xrandr --output ${FIRSTMON} --mode ${RESOLUTION} --output ${SECONDMON} --mode ${RESOLUTION}
fi fi
xinput set-prop 10 137 $(get-coord-matrix.py) xinput set-prop "ELAN Touchscreen" 140 $(get-coord-matrix.py)
} }
twinmon() { twinmon() {
@ -46,5 +46,5 @@ twinmon() {
echo "Enable ${SECONDMON}" echo "Enable ${SECONDMON}"
xrandr --output ${FIRSTMON} --auto --primary --output ${SECONDMON} --auto --left-of ${FIRSTMON} xrandr --output ${FIRSTMON} --auto --primary --output ${SECONDMON} --auto --left-of ${FIRSTMON}
fi fi
xinput set-prop 10 137 $(get-coord-matrix.py) xinput set-prop "ELAN Touchscreen" 140 $(get-coord-matrix.py)
} }