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:
@@ -1,5 +1,5 @@
|
||||
[Service]
|
||||
Type=exec
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env i3 --config %h/.i3/config
|
||||
PassEnvironment=DISPLAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user