Inital Comit Upload Config Files
This commit is contained in:
9
scripts/screenshot.sh
Executable file
9
scripts/screenshot.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$HOME/Pictures/Screenshots"
|
||||
FILE="$DIR/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||
|
||||
grim -g "$(slurp)" "$FILE"
|
||||
wl-copy < "$FILE"
|
||||
|
||||
notify-send "Screenshot gespeichert" "$FILE"
|
||||
Reference in New Issue
Block a user