init .config git tracking
This commit is contained in:
commit
114c330966
151 changed files with 4688 additions and 0 deletions
5
exec/screenshot-file.sh
Executable file
5
exec/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