20250521.1747780314

This commit is contained in:
fz0x1 2025-05-21 00:31:54 +02:00
parent 54023cae23
commit 70605ab838
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
9 changed files with 124 additions and 28 deletions

View file

@ -14,11 +14,13 @@ if [[ "$(uname)" == "Darwin" ]]; then
elif [[ "$(uname)" == "Linux" ]]; then
case $mode in
full)
maim -o $screenshot
maim -o "$screenshot"
echo "$screenshot" | xsel --clipboard --input
notify-send "Screenshot created: $screenshot"
;;
region)
maim -o --select $screenshot
maim -o --select "$screenshot"
echo "$screenshot" | xsel --clipboard --input
notify-send "Screenshot created: $screenshot"
;;
*)