diff options
Diffstat (limited to '.local/bin/screenshot')
-rwxr-xr-x | .local/bin/screenshot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/screenshot b/.local/bin/screenshot new file mode 100755 index 0000000..78b6d19 --- /dev/null +++ b/.local/bin/screenshot @@ -0,0 +1,3 @@ +#!/bin/zsh + +GRIM_DEFAULT_DIR=$HOME/Images/Screenshots grim $@ |