better naming & small fixes
Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
8
ss_rect.sh
Executable file
8
ss_rect.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
#
|
||||
# Ferit Yiğit BALABAN, <fybalaban@fybx.dev>
|
||||
#
|
||||
# Select an area with slurp, ss with grim
|
||||
# and copy to clipboard.
|
||||
SS="/media/fyb/share/shoka/swap/screenshots"
|
||||
grim -c -g "$( slurp )" - | wl-copy --type image/png && wl-paste > "$SS"/$( date +'%Y-%m-%d-%H%M%S.png' )
|
||||
Reference in New Issue
Block a user