add files
This commit is contained in:
parent
cb3f1de4b4
commit
80c972ba89
22 changed files with 13437 additions and 9 deletions
4
bin/screenshot.sh
Executable file
4
bin/screenshot.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# screenshot.sh: use maim+slop to take a screenshot
|
||||
TIMESTAMP=$(date +"%m-%d-%Y-%T");
|
||||
notify-send -t 0 "image captured" "$(maim -m 10 -g $(slop) ~/Pictures/$TIMESTAMP.jpg)"
|
Loading…
Add table
Add a link
Reference in a new issue