Add mako notification daemon

This commit is contained in:
exu 2023-11-24 12:54:39 +01:00
parent 5a560317b4
commit 832908a231

View File

@ -285,9 +285,6 @@ exec --no-startup-id nextcloud
# network # network
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
# num lock activated
exec_always --no-startup-id numlockx on
#Corectrl #Corectrl
exec --no-startup-id corectrl --minimize-systray exec --no-startup-id corectrl --minimize-systray
@ -301,16 +298,16 @@ exec --no-startup-id /opt/KopiaUI/kopia-ui
exec --no-startup-id easyeffects --gapplication-service exec --no-startup-id easyeffects --gapplication-service
# activate flameshot # activate flameshot
exec --no-startup-id flameshot & exec --no-startup-id flameshot
# notifications # notifications
# TODO exec --no-startup-id mako
# disk management # disk management
exec --no-startup-id udiskie --no-automount --tray & exec --no-startup-id udiskie --no-automount --tray
# kde connect # kde connect
exec --no-startup-id kdeconnect-indicator & exec --no-startup-id kdeconnect-indicator
# Start sway-session.target for sway-specific stuff and import environment # Start sway-session.target for sway-specific stuff and import environment
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target" exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"