Questions tagged [dunst]
3 questions
2
votes
1 answer
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, when trying to send notifications, I receive:
Unable…
hjpotter92
- 752
0
votes
1 answer
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 notification pop up at exactly 12:45PM as…
ThoseKind
- 105
0
votes
1 answer
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 "notify-send i3lock 'The screen will be locked soon!…
weilbith
- 141