Merge remote-tracking branch 'origin/quattro' into harden-notification-exec-argv

# Conflicts:
#	test/shell.d/notification-send-test.sh
This commit is contained in:
Ryan Hughes
2026-08-23 18:31:42 -04:00
5 changed files with 163 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ claim_path() {
announce() {
local path="$1"
local name="${path##*/}"
local args=("Received $name" "Saved to ${dir/#$HOME/~}")
local args=("Received $name" "Saved to ${dir/#$HOME/~}" -u critical)
case "${name,,}" in
*.png | *.jpg | *.jpeg | *.gif | *.webp | *.avif | *.bmp | *.tif | *.tiff)