added dunst as notification daemon

This commit is contained in:
Vitor Gonçalves 2023-08-13 14:02:30 -03:00
parent b0c06fe427
commit 8ccd55d605
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
exec dbus-run-session dwm
#!/usr/bin/env bash
dunst &
while true; do
exec dbus-run-session dwm 2> /tmp/dwm.log
done