From 818a382399fe8c76192b19bf430117cb073f8dfe Mon Sep 17 00:00:00 2001 From: paperbenni Date: Wed, 8 Apr 2020 20:43:46 +0200 Subject: [PATCH] add arandr support --- autostart.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index a5acd42..a51ca07 100755 --- a/autostart.sh +++ b/autostart.sh @@ -91,8 +91,11 @@ if [ -z "$ISLIVE" ]; then instantmonitor fi - [ -e ~/instantos/monitor.sh ] && + if [ -e ~/instantos/monitor.sh ]; then bash ~/instantos/monitor.sh & + elif [ -e ~/.config/autorandr/instantos/config ]; then + autorandr instantos & + fi if ping google.com -c 2; then onlinetrigger -- 2.11.0