]> git.sev.monster Git - dotfiles.git/blobdiff - bin/rotate
more gpg stuff
[dotfiles.git] / bin / rotate
index 2e6e4aa7dcd0ad77f5b03cf61f412161e78610eb..a902580a6ce91149e88f147a15f66d9710b1d95b 100755 (executable)
@@ -69,7 +69,7 @@ num_to_rot $((($rot0 + 4) % 4))
 
 xrandr --output $output --rotation $rot1
 # x220t
-if [ -x /usr/local/bin/xsetwacom ]; then
+if which xsetwacom >/dev/null 2>&1; then
        xsetwacom --set stylus Rotate $rot2
        xsetwacom --set eraser Rotate $rot2
        xsetwacom --set touch  Rotate $rot2
This page took 0.030098 seconds and 4 git commands to generate.