Manually start dunst
Systemd doesn't want to start it itself anymore!
This commit is contained in:
parent
a46a44adc5
commit
b14b6a06fe
1 changed files with 2 additions and 1 deletions
|
@ -125,9 +125,10 @@ exec /usr/lib/polkit-1/polkitd --no-debug
|
||||||
exec dex -as ~/.config/autostart
|
exec dex -as ~/.config/autostart
|
||||||
exec compton --dbus --xrender-sync-fence
|
exec compton --dbus --xrender-sync-fence
|
||||||
exec /usr/bin/ibus-daemon
|
exec /usr/bin/ibus-daemon
|
||||||
exec --no-startup-id tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
|
||||||
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
|
exec dunst
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
|
|
Loading…
Reference in a new issue