Remove Wayland environment

This commit is contained in:
Fabio Scotto di Santolo
2025-09-01 14:23:47 +02:00
parent 8aa22cd877
commit 1591397b9c
165 changed files with 8 additions and 12965 deletions

View File

@@ -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"