Closed jampow closed 6 years ago
Add exec --no-startup-id /usr/bin/twmnd
to your .i3/config
(or whatever location you use) and disable the systemd service.
Hi @lsl
I worked around it with an exec
on ~/.config/i3/config
, but I prefered to report it because the service has some problem yet.
Yep. The systemd service file was a suggestion that I accepted but it was never meant to be run as a service since the daemon requires X and needs to be run as the current user.
Deprecating the service.
I'm starting the server with
systemctl start twmnd
and it's failing on initialization, but when I runtwmnd
on terminal it starts andnotify-send 'hello'
works fine.The
journalctl -u twmnd
command output gave me this output:I'm on arch with i3wm. Any idea what can I do to solve this.