Remove Wayland environment
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
file="$HOME/Pictures/Screenshots/$(date +%Y-%m-%dT%H:%M:%S).png"
|
||||
thumb="/tmp/screenshot-thumb.png"
|
||||
grim "$file" \
|
||||
&& wl-copy < "$file" \
|
||||
&& magick "$file" -resize 640x480 "$thumb" \
|
||||
&& fyi -i "$thumb" "📸 Catch screenshot"
|
||||
Reference in New Issue
Block a user