xrandr --output $output --rotation $rot1
# x220t
-if [ -x /usr/local/bin/xsetwacom ]; 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