Ajout script capture d'écran simple

main
Gil Portenseigne 2023-12-12 11:57:13 +01:00
parent 55a707d2c9
commit 5b08b893fc
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
rm ~/*.png