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.
This commit is contained in:
2021-01-30 21:23:49 +01:00
parent 83c9d72afe
commit 71a0886d46

View File

@@ -1,5 +1,5 @@
[Service] [Service]
Type=exec Type=simple
ExecStart=/usr/bin/env i3 --config %h/.i3/config ExecStart=/usr/bin/env i3 --config %h/.i3/config
PassEnvironment=DISPLAY PassEnvironment=DISPLAY