add files

This commit is contained in:
nya 2021-04-13 04:20:34 -05:00
parent cb3f1de4b4
commit 80c972ba89
22 changed files with 13437 additions and 9 deletions

4
bin/screenshot.sh Executable file
View 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)"