more scripts

This commit is contained in:
2021-06-26 16:52:22 +02:00
parent 2ab3f97726
commit a77efb2f8b
8 changed files with 58 additions and 4 deletions

4
screenshot Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
file=~/Bilder/screenshots/$(date +%m_%d_%y_%T).png
import -window root "$file"
xclip -sel clip -t image/png "$file"