]> git.sev.monster Git - dotfiles.git/blobdiff - bin/rotate
apkv: orphan listing, update comments
[dotfiles.git] / bin / rotate
index 83b71473bb9e0eb7a2898072a45230a7b684465c..16e9eaf3b3541651a76ca6b9259d27e753623feb 100755 (executable)
@@ -69,11 +69,11 @@ num_to_rot $((($rot0 + 4) % 4))
 
 xrandr --output $output --rotation $rot1
 # x220t
-if which xsetwacom >/dev/null; then
+if command -v xsetwacom >/dev/null 2>&1; then
        xsetwacom --set stylus Rotate $rot2
        xsetwacom --set eraser Rotate $rot2
        xsetwacom --set touch  Rotate $rot2
 fi
 
 # reload bg
-~/.fehbg
+~/bin/wall
This page took 0.030565 seconds and 4 git commands to generate.