hyprland workspace: select rectangular, ss and save

This commit is contained in:
Ferit Yiğit BALABAN 2023-05-25 07:37:26 +03:00
parent 7a9f503017
commit 600f6e3a08
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

8
wl_sss.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
# Ferit Yiğit BALABAN, <fybalaban@fybx.dev>
#
# Select an area with slurp, ss with grim
# and copy to clipboard.
SS="$HOME/items/ss"
grim -g "$( slurp )" - | wl-copy --type image/png && wl-paste > "$SS"/$( date +'%Y-%m-%d-%H%M%S.png' )