vincentbernat.i3wm-configur.../dotfiles/systemd/i3-companion.service
Vincent Bernat 43ab22dee5 i3-companion: add a companion for i3
This is a Python script implementing what's missing from i3.
Currently, it will only rename workspace to add icons with their
content.
2021-07-04 19:08:48 +02:00

7 lines
135 B
Desktop File

[Unit]
Description=i3 companion
PartOf=graphical-session.target
[Service]
ExecStart=%h/.config/i3/bin/i3-companion
Restart=on-failure