20250521.1747780314
This commit is contained in:
parent
54023cae23
commit
70605ab838
9 changed files with 124 additions and 28 deletions
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue