Files
dotfiles/autostart/services/i3.service
Hannes Körber 71a0886d46 autostart: Update "Type" of i3 service
"exec" is not available on Ubuntu 18.04, and it does not help to resolve
the ordering problem anyway.
2021-01-30 21:23:52 +01:00

7 lines
107 B
Desktop File

[Service]
Type=simple
ExecStart=/usr/bin/env i3 --config %h/.i3/config
PassEnvironment=DISPLAY
Restart=no