starting from scratch ish
This commit is contained in:
9
bin/screenshot
Normal file
9
bin/screenshot
Normal file
@@ -0,0 +1,9 @@
|
||||
set -x
|
||||
|
||||
filename=$(date +"%d:%m:%Y-%H:%M:%S-screenshot.png")
|
||||
|
||||
touch $HOME/Screenshots/$filename
|
||||
|
||||
grim -g "$(slurp)" "$HOME/Screenshots/$filename"
|
||||
wl-copy < "$HOME/Screenshots/$filename"
|
||||
|
Reference in New Issue
Block a user