Update screenshot directory path

Signed-off-by: Ferit Yiğit BALABAN <fybalaban@fybx.dev>
This commit is contained in:
Ferit Yiğit BALABAN 2023-11-10 21:03:59 +03:00
parent 9ff579b18b
commit 0255b374dd
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
#
# Select an area with slurp, ss with grim
# and copy to clipboard.
export GRIM_DEFAULT_DIR="$HOME/items/ss"
export GRIM_DEFAULT_DIR="$HOME/shoka/swap/screenshots"
grim -g "$( slurp )" - | wl-copy --type image/png

View File

@ -4,5 +4,5 @@
#
# Select an area with slurp, ss with grim
# and copy to clipboard.
SS="$HOME/items/ss"
SS="$HOME/shoka/swap/screenshots"
grim -g "$( slurp )" - | wl-copy --type image/png && wl-paste > "$SS"/$( date +'%Y-%m-%d-%H%M%S.png' )