Add missing script to take screenshots with scrot
This commit is contained in:
parent
9d5ee99280
commit
91c1303900
1 changed files with 3 additions and 0 deletions
3
configs/files/scripts/screenshot.sh
Executable file
3
configs/files/scripts/screenshot.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sleep 0.2; scrot -s -e 'mv $f ~/Pictures/Screenshots'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue