x11: enable dm.service as a fallback

This is necessary to remove the /lib/systemd/system/display-manager.service
from xinitrc in the future.
This commit is contained in:
Anton Midyukov 2023-11-08 11:27:36 +07:00
parent 90d9eee618
commit ce685f4394

View File

@ -106,6 +106,7 @@ use/x11/wacom: use/x11
## display managers
use/x11/dm: use/x11-autostart use/pkgpriorities
@$(call try,THE_DISPLAY_MANAGER,xdm)
@$(call try,THE_DM_SERVICE,dm)
@$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,PINNED_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE))