Files
dotfiles/autostart/20_dunst.sh

4 lines
128 B
Bash
Raw Normal View History

2018-08-16 07:25:01 +02:00
#!/usr/bin/env bash
2018-08-21 07:36:43 +02:00
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} dunst -config ~/.config/dunstrc &