mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 20:04:30 +02:00
This is a Python script implementing what's missing from i3. Currently, it will only rename workspace to add icons with their content.
16 lines
374 B
Desktop File
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
|