Re: Is seatd wayland only?
Reply #2 –
I was using seatd on x11 it turns out that it's almost pointless.
In fact it's useful only to fulfill init-logind requirement:
pacman -R seatd-dinit
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing seatd-dinit breaks dependency 'init-logind' required by artix-archlinux-support
:: removing seatd-dinit breaks dependency 'init-logind' required by base
I disabled the services but something starts it so I edited logind:
cat /etc/dinit.d/logind
type = internal
before = login.target
I think that the developers should allow no elogind/seatd for example like in this case for dwm.