mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 01:34:27 +02:00
systemd: try to use socket activation for i3
Unfortunately, this does not work as not everything is using I3SOCK (notably `i3 --get-socketpath` does not).
This commit is contained in:
parent
fa58f9f7eb
commit
ab7ab873b0
5 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Status bar for i3
|
||||
PartOf=graphical-session.target
|
||||
Requires=i3.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.config/i3/bin/polybar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue