lots: shellcheck, streaming stuff, fixes
[distro-setup] / desktop-20-autostart.sh
index 0a3d139cb161d75c562211c46144f8779b96d7da..278da29e0e606ca0e605720a9e8e28123ef5b775 100755 (executable)
 date "+%A, %B %d, %r, %S seconds" > /tmp/desktop-20-autostart-log
 
 
-# first 2 alternatives showed under ubuntu 14.04, second 2 under arch at 11/2015
-if [[ $1 ]]; then
-  right_monitor_rotation=left
-else
-  right_monitor_rotation=normal
-fi
-
-
 if ! xout="$(xrandr)"; then
   # under wayland
   exit 0