vincentbernat.i3wm-configur.../dotfiles/systemd/i3.service
Vincent Bernat 9545dd36c6 systemd: do not start tmux on boot
Dunno why I did that. It has absolutely no effect as the process does
not stay. Maybe this wasn't the case in the past.
2021-07-08 22:29:52 +02:00

14 lines
379 B
Desktop File

[Unit]
Description=i3 window manager
PartOf=graphical-session.target
After=autorandr.service
After=picom.service
After=xsettingsd.service
After=ssh-agent.service
[Service]
ExecStart=/usr/bin/i3
ExecReload=/usr/bin/i3-msg reload
ExecReload=/bin/systemctl --user try-restart i3-companion.service
ExecStopPost=/bin/systemctl --user stop graphical-session.target
Restart=on-failure