Add mako notification daemon
This commit is contained in:
parent
5a560317b4
commit
832908a231
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user