mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
initial commit
This commit is contained in:
commit
01ced0b7ce
184 changed files with 35358 additions and 0 deletions
4
scripts/screenshot_fs
Executable file
4
scripts/screenshot_fs
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
#sleep 0.2
|
||||
#scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f'
|
||||
maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png")
|
Loading…
Add table
Add a link
Reference in a new issue