diff --git a/.includes/toggle-screen.sh b/.includes/toggle-screen.sh index 35bb81b..0817fb7 100755 --- a/.includes/toggle-screen.sh +++ b/.includes/toggle-screen.sh @@ -62,6 +62,10 @@ source ./.includes/ui.sh answer=$(yesno "Do you have a physical screen attached?") if [[ "${answer}" == "yes" ]]; then active_screen + msgbox "Settings for physical screen applied." + restart else headless + msgbox "Headless mode applied." + restart fi