diff --git a/home/qtile/src/autostart.sh b/home/qtile/src/autostart.sh index 73448d5..a90fc88 100755 --- a/home/qtile/src/autostart.sh +++ b/home/qtile/src/autostart.sh @@ -1,4 +1,8 @@ #!/usr/bin/env sh + +[[ "$(hostname)" =~ 'Sigmachine' ]] \ + && xrandr --output HDMI-0 --right-of DP-1 --primary + /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & . "$HOME/.profile"