1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

systemd: polybar wait for i3

This should ensure that the IPC socket to get i3 workspaces works on polybar startup

In reality this doesn't help because systemd marks the service as active before the socket file is created, so startup is still racy
This commit is contained in:
Joe Groocock 2020-03-21 23:35:09 +00:00
parent 97fa8c3b4f
commit d7f1c18c8c
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -1,7 +1,7 @@
[Unit]
Description=Polybar
Requires=graphical-session.target
After=graphical-session.target pulseaudio.socket
After=graphical-session.target pulseaudio.socket i3.service
[Service]
Type=simple