Add on/off options to presentation-mode

This commit is contained in:
2020-02-28 21:32:11 +01:00
parent 641dbc2cef
commit f07a9340e7

View File

@@ -37,6 +37,13 @@ case "$1" in
else else
switch_on switch_on
fi fi
;;
off)
switch_off
;;
on)
switch_on
;;
esac esac