mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
521f462141
This moves loading of the environment variables out of the normal service startup flow and has systemd load the variables early. Shim ZSH to load the environment.d configuration when running without systemd. Signed-off-by: Joe Groocock <me@frebib.net>
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=i3 - an improved dynamic, tiling window manager
|
|
Requires=xorg.target
|
|
Before=graphical-session.target
|
|
After=xprofile.service xorg.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/i3
|
|
ExecReload=/usr/bin/i3-msg reload
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|