hyprland workspace: select rectangular, ss and save
This commit is contained in:
parent
7a9f503017
commit
600f6e3a08
8
wl_sss.sh
Executable file
8
wl_sss.sh
Executable 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' )
|
Loading…
x
Reference in New Issue
Block a user