bunch of fixes, change sy host, deploy some new stuff
[distro-setup] / desktop-20-autostart.sh
index 8dc4ed6d5c0a46914e6d40e2c97052835b0682b1..ff8e654f4f7a29467c64ee167a15218392923f5d 100755 (executable)
@@ -32,7 +32,10 @@ if echo "$xout" | grep "^HDMI-1 connected" &>/dev/null; then
   # this command created by using arandr and then clicking save, copying the result.
   xrandr --output VGA-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output eDP-1 --off
 fi
-/a/bin/distro-setup/input-setup m
+case $HOSTNAME in
+  sy) /a/bin/distro-setup/input-setup l ;;
+  *) /a/bin/distro-setup/input-setup m ;;
+esac
 
 echo -n "ending " >> /tmp/desktop-20-autostart-log
 date "+%A, %B %d, %r, %S seconds" >> /tmp/desktop-20-autostart-log