diff --git a/wl_ss.sh b/wl_ss.sh index 87f7236..fc2eb8c 100644 --- a/wl_ss.sh +++ b/wl_ss.sh @@ -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 diff --git a/wl_sss.sh b/wl_sss.sh index 89c46c7..a6e44b4 100755 --- a/wl_sss.sh +++ b/wl_sss.sh @@ -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' )