added xf86 keys for volume

This commit is contained in:
davidovski 2021-10-10 02:23:03 +01:00
parent 207aef937c
commit 9a524d6389
9 changed files with 23 additions and 426 deletions

View file

@ -1,4 +1,2 @@
#!/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")
maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")