From 27cec3e613f5cc67f8459c9e415cf0bec891c3fb Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Sun, 29 Sep 2013 17:59:30 +0200 Subject: [PATCH] monitor clone mode --- Utils/octopus.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Utils/octopus.sh b/Utils/octopus.sh index 942c088..c28a55b 100755 --- a/Utils/octopus.sh +++ b/Utils/octopus.sh @@ -71,6 +71,10 @@ case $1 in ~/Pictures/wallpapers/chooseWP.sh & ;; + "reset-screen") + $0 init-all + ;; + "init-all") xrandr | grep "VGA1 disconnected" > /dev/null if [ $? -eq 0 ]