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