Skip to main content

Questions tagged [dunst]

The tag has no usage guidance.

0 votes
0 answers
101 views

notify-send messages sent from a systemd unit delayed

There's an active systemd service [Unit] Description=Launch the screenlock daemon service PartOf=graphical-session.target After=i3wm.service [Service] Type=simple ExecStart=env screenlock-daemon ...
laur's user avatar
  • 227
0 votes
1 answer
313 views

notify-send Works From Shell Session, Not From Script

I am using at in coordination with notify-send/dunst as a form of reminders for myself. In an interactive bash session, doing: $ echo 'notify-send "Test"' | at 12:45PM works just fine and I see the ...
ThoseKind's user avatar
  • 105
0 votes
1 answer
803 views

xautolock tries to log itself when already locked

I'm using the following command after login to enable automatic locking of my screen: xautolock -corners ---- -time 1 -locker "bash /path/to/i3lock.sh /path/to/Wallpaper.png" -notify 10 -notifier "...
weilbith's user avatar
  • 141
2 votes
1 answer
2k views

Unable to start dunst notification daemon for user

I did a clean arch install with only XDM and i3 to serve as login/window managers. I have also installed dunst package; and according to arch wiki nothing else is required for it to work. However, ...
hjpotter92's user avatar