diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-12-05 23:00:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-12-14 22:06:38 +0530 |
| commit | 07f13ef6e86d72c48ba760ba353e17d441881160 (patch) | |
| tree | 63fc3ed1856920f3eaf682d5fa80a7eba3435945 /scripts/commands | |
| parent | e8252676414aa387a337282e4af7c49d465d3936 (diff) | |
| download | nixos-config-07f13ef6e86d72c48ba760ba353e17d441881160.tar.gz nixos-config-07f13ef6e86d72c48ba760ba353e17d441881160.zip | |
Cleanup
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 |
