diff options
Diffstat (limited to 'bin/screenshot')
| -rwxr-xr-x | bin/screenshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/screenshot b/bin/screenshot index bc7bd6e..6707090 100755 --- a/bin/screenshot +++ b/bin/screenshot @@ -18,9 +18,9 @@ case "$MODE" in *save*) cd $DIR timestamp=$(date +"%Y-%m-%d_%H-%M-%S") - /usr/share/sway-contrib/grimshot save area "$timestamp.png" + grimshot save area "$timestamp.png" ;; *copy*) - /usr/share/sway-contrib/grimshot copy area + grimshot copy area ;; esac |