Files
dot/local/bin/screenie-active
T
2026-07-12 08:16:17 +03:30

4 lines
118 B
Bash
Executable File

#!/bin/sh
maim -i "$(xdotool getactivewindow)" /tmp/shot.png
xclip -selection clipboard -t image/png -i /tmp/shot.png