mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Tweak screenshot notification
This commit is contained in:
@@ -108,7 +108,7 @@ if [[ $PROCESSING == "slurp" ]]; then
|
|||||||
wl-copy < "$FILEPATH"
|
wl-copy < "$FILEPATH"
|
||||||
|
|
||||||
(
|
(
|
||||||
ACTION=$(notify-send "Screenshot copied & saved" "Click to edit" -t 10000 -i "$FILEPATH" -A "default=edit")
|
ACTION=$(notify-send "Screenshot saved to clipboard and file" "Edit with Super + Alt + , (or click this)" -t 10000 -i "$FILEPATH" -A "default=edit")
|
||||||
[[ "$ACTION" == "default" ]] && open_editor "$FILEPATH"
|
[[ "$ACTION" == "default" ]] && open_editor "$FILEPATH"
|
||||||
) &
|
) &
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user