screenshot script

This commit is contained in:
2 * r + 2 * t
2025-01-17 16:58:50 +11:00
parent 47733e964a
commit ef5f9e34fe
4 changed files with 31 additions and 1 deletions
+5
View File
@@ -18,6 +18,11 @@ if test "$argv[1]" = shell
exit
end
if test "$argv[1]" = screenshot
./screenshot.fish $argv[2..]
exit
end
if test "$argv[1]" = workspace-action
./workspace-action.sh $argv[2..]
exit