diff options
Diffstat (limited to 'scripts/xshot-select.sh')
-rwxr-xr-x | scripts/xshot-select.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xshot-select.sh b/scripts/xshot-select.sh index fc714c8..a0913a5 100755 --- a/scripts/xshot-select.sh +++ b/scripts/xshot-select.sh @@ -1,5 +1,5 @@ #!/bin/sh -PIC="${HOME}/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png" +PIC="$HOME/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png" -maim --format=png --hidecursor --quality 8 --select "${PIC}" +maim --format=png --hidecursor --quality 8 --select "$PIC" |