5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
export DISPLAY=:0
|
|
if wmctrl -lp | grep -q "autoapp"; then
|
|
dunstify -h string:x-dunst-stack-tag:tuner "$1"
|
|
fi
|