From a24bf7f14683d8a1034844f4ce64e0082a679108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 30 Jan 2021 21:23:49 +0100 Subject: [PATCH] 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. --- autostart/services/i3.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart/services/i3.service b/autostart/services/i3.service index 8e3c60b..a1b8642 100644 --- a/autostart/services/i3.service +++ b/autostart/services/i3.service @@ -1,5 +1,5 @@ [Service] -Type=exec +Type=simple ExecStart=/usr/bin/env i3 --config %h/.i3/config PassEnvironment=DISPLAY