From 7cd6e24683a56719fee3dbd011298c2e369b6511 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 8 May 2017 20:43:28 -0500 Subject: [PATCH] Added thurstyserv config --- .config/srandrd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/srandrd.conf b/.config/srandrd.conf index 5e94af3..421d5de 100755 --- a/.config/srandrd.conf +++ b/.config/srandrd.conf @@ -50,5 +50,13 @@ case "$(hostname)" in ;; esac ;; + "thurstyserv") + mainoutput="" + + case "$SRANDRD_ACTION" in + "$mainoutput connected") + xrandr --output $mainoutput --auto + ;; + esac esac