From f07a9340e76c58fb50c07b0e48014f83ca553c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 28 Feb 2020 21:32:11 +0100 Subject: [PATCH] Add on/off options to presentation-mode --- i3/scripts/presentation-mode | 7 +++++++ 1 file changed, 7 insertions(+) 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