use more exec_always

This commit is contained in:
lelgenio 2020-10-24 13:43:02 -03:00
parent d6a50e4c1c
commit 6b84247ac3
1 changed files with 3 additions and 3 deletions

View File

@ -318,15 +318,15 @@ bindsym $mod+escape mode Passthrough
exec 'dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus'
#Notification Daemon
exec mako
exec_always pidof mako || mako
# Block device Mounter to /run/media/<username>
exec udiskie
# gesture daemon
exec fusuma
# exec sh -c 'pkill fusuma; fusuma'
# Blue light filter
exec pidof redshift || redshift
# exec_always sh -c 'pkill redshift;redshift'
exec_always pidof redshift || redshift
# kde connect
exec /usr/lib/kdeconnectd
exec kdeconnect-indicator