i was looking at dunst and seems like is not necessary to execute manually 

https://wiki.archlinux.org/index.php/Dunst 
'There is no need to start or enable dunst; it is called by systemd when programs send notifications through dbus.'
This commit is contained in:
Julio Gutierrez 2018-09-28 09:13:45 -06:00 committed by GitHub
parent 1ac7530364
commit 5993c43ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,6 @@ set $hibernate sudo -A systemctl suspend
# #---Starting External Scripts---# # # #---Starting External Scripts---# #
# Setting the background and colorscheme: # Setting the background and colorscheme:
exec_always --no-startup-id wal -i ~/.config/wall.png exec_always --no-startup-id wal -i ~/.config/wall.png
# Starts dunst for notifications:
exec --no-startup-id dunst
# Torrent daemon: # Torrent daemon:
#exec --no-startup-id transmission-daemon #exec --no-startup-id transmission-daemon
# Composite manager: # Composite manager: