diff --git a/i3/scripts/presentation-mode b/i3/scripts/presentation-mode index f010095..5aad032 100755 --- a/i3/scripts/presentation-mode +++ b/i3/scripts/presentation-mode @@ -37,6 +37,13 @@ case "$1" in else switch_on fi + ;; + off) + switch_off + ;; + on) + switch_on + ;; esac