diff options
Diffstat (limited to 'scripts/commands')
| -rwxr-xr-x | scripts/commands/:monitor-off | 3 | ||||
| -rwxr-xr-x | scripts/commands/:monitor-on | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/commands/:monitor-off b/scripts/commands/:monitor-off new file mode 100755 index 0000000..1eb1523 --- /dev/null +++ b/scripts/commands/:monitor-off @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +exec ~/scripts/monitor.sh off diff --git a/scripts/commands/:monitor-on b/scripts/commands/:monitor-on new file mode 100755 index 0000000..fb2d9a1 --- /dev/null +++ b/scripts/commands/:monitor-on @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +exec ~/scripts/monitor.sh on left-of |
