Closed nenad closed 4 years ago
Hi! This doesn't appear to be a standard unit, so you're probably going to have to add it as a drop-in.
% systemctl cat display-manager.service
No files found for display-manager.service.
% systemctl --user cat display-manager.service
No files found for display-manager.service.
Another way to provide $DISPLAY
if X is not started yet is with systemctl --user import-environment
.
You are right. Turns out this didn't even fix it on my machine as I'm starting sway
by executing sway
from the tty and not through systemd. I'll close the PR, thanks for the input!
In cases of starting the display manager manually from tty, the DISPLAY variable is not yet set and clipmenud is crashing.