added dunst to autostart

This commit is contained in:
Phuntsok Drak-pa 2019-10-08 16:55:35 +02:00
parent 5ea471d1a7
commit ad25adaafa
1 changed files with 1 additions and 1 deletions

View File

@ -256,6 +256,7 @@ smart_borders on
exec_always --no-startup-id wal -i "$(< "${HOME}/.cache/wal/wal")"
exec --no-startup-id xrdb $HOME/.Xresources
exec --no-startup-id compton -F --opengl --config ~/.config/compton.conf -e 1
exec dunst -config ~/.config/dunst/dunstrc
{% if YADM_HOSTNAME == 'Gampo' -%}
exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
{% endif -%}
@ -270,7 +271,6 @@ exec --no-startup-id mpd_discord_richpresence --no-idle --fork
exec --no-startup-id syndaemon -i 1.0 -t -k
exec --no-startup-id i3-battery-popup -N -t 2m
exec sleep 3; emacs --eval "(server-start)"
exec --no-startup-id sleep 3; i3-msg '[class="emacs"] move scratchpad'
################################################################################