mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 00:34:26 +02:00
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
14 lines
323 B
Desktop File
14 lines
323 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
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/i3
|
|
ExecStopPost=/bin/systemctl --user stop graphical-session.target
|
|
Restart=on-failure
|