Initial commit
This commit is contained in:
5
screenshot.sh
Executable file
5
screenshot.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Simple screenshot script with selection.
|
||||
|
||||
maim --select --hidecursor |
|
||||
tee /home/andrew/media/images/screenshots/"$(date +%s)".png | xclip -selection clipboard -target image/png
|
Reference in New Issue
Block a user