From ad25adaafab104fd8afc405fcfcf79f4236d0155 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 8 Oct 2019 16:55:35 +0200 Subject: [PATCH] added dunst to autostart --- .config/i3/config##yadm.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config##yadm.j2 b/.config/i3/config##yadm.j2 index 3b6eb6c..17d272a 100644 --- a/.config/i3/config##yadm.j2 +++ b/.config/i3/config##yadm.j2 @@ -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' ################################################################################