vincentbernat.i3wm-configur.../dotfiles/systemd/i3.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

16 lines
374 B
Desktop File

[Unit]
Description=i3 window manager
PartOf=graphical-session.target
After=autorandr.service
After=picom.service
After=xsettingsd.service
After=tmux.service
After=ssh-agent.service
Before=wallpaper.service
Before=polybar.service
Before=i3-companion.service
[Service]
ExecStart=/usr/bin/i3
ExecStopPost=/bin/systemctl --user stop graphical-session.target
Restart=on-failure