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 dd93c0a30b
commit a24bf7f146

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