Add on/off options to presentation-mode
This commit is contained in:
@@ -37,6 +37,13 @@ case "$1" in
|
|||||||
else
|
else
|
||||||
switch_on
|
switch_on
|
||||||
fi
|
fi
|
||||||
|
;;
|
||||||
|
off)
|
||||||
|
switch_off
|
||||||
|
;;
|
||||||
|
on)
|
||||||
|
switch_on
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user