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 ]