update config
This commit is contained in:
parent
b0f35f3492
commit
4e689bf5de
7 changed files with 15 additions and 3 deletions
5
scripts/src/screenshot-file.sh
Executable file
5
scripts/src/screenshot-file.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/sh
|
||||
IFS=""
|
||||
file="$HOME/Screenshots/$(date '+%Y-%m-%d-%H-%M-%S.png')"
|
||||
echo $file
|
||||
slurp | grim -g - $file
|
||||
Loading…
Add table
Add a link
Reference in a new issue