fixes to Notifications
This commit is contained in:
@@ -37,7 +37,7 @@ grim -g "$geometry" "$dir/$file" || exit 1
|
||||
wl-copy -t image/png < "$dir/$file"
|
||||
|
||||
if command -v notify-send >/dev/null 2>&1; then
|
||||
notify-send -a Screenshot -i camera-photo "Screenshot saved" "$file"
|
||||
notify-send --app-name "Screenshot" --icon "camera-photo" -u normal "Window" "Screenshot saved $file"
|
||||
fi
|
||||
|
||||
# Open the editor if satty is available (blocks until it is closed).
|
||||
|
||||
Reference in New Issue
Block a user