sxmo: let mako be started via normal dbus activation

note that sxmo still installs its own, custom, mako theme
This commit is contained in:
Colin 2023-09-05 17:46:01 +00:00
parent 51ecf1b54b
commit 9ed3dd4f22

View File

@ -18,7 +18,8 @@ sxmo_hook_statusbar.sh all
sxmo_daemons.sh start statusbar_periodics sxmo_run_aligned.sh 60 \
sxmo_hook_statusbar.sh periodics
superctl start mako
# don't: mako can be started lazily (via dbus activation, i think)
# superctl start mako
superctl start sxmo_wob
superctl start sxmo_menumode_toggler
superctl start bonsaid
@ -64,6 +65,7 @@ superctl start sxmo_soundmonitor
# rotate UI based on physical display angle by default
if [ -n "$SXMO_AUTOROTATE" ]; then
# TODO: this could use ~/.cache/sxmo/sxmo.autorotate like for lisgd above
sxmo_daemons.sh start autorotate sxmo_autorotate.sh
fi