add bins and alternatives

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-18 03:52:40 +02:00
parent a935bb9893
commit 9f3594e0d3
21 changed files with 210 additions and 10 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
name="screenshot-$(date +%s).png"
gnome-screenshot -a -f /tmp/$name
xclip -selection clipboard -t image/png -i /tmp/$name