diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:55:02 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-24 10:55:02 +0200 |
commit | 7d2b7ededbc49d62714fa04f6ba9dce6919c1037 (patch) | |
tree | 97dc6f79e47bb2cf970658eb24e9dc07613a6327 /.local/bin | |
parent | 74cea7d46069b3dde8085d78f4bb2a351cff6e2a (diff) |
[utilities.screenshot] change "Images" to "Pictures" folder
Diffstat (limited to '.local/bin')
-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 $@ |