From 42104bf719a16fcb45e55bf3bc65c5cca4e97a90 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 4 May 2020 08:57:33 +0200 Subject: [PATCH] Adjust launcher autostart file to start in daemon mode This is part of the fix for #199. --- contrib/etc/xdg/autostart/autorandr-launcher.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/etc/xdg/autostart/autorandr-launcher.desktop b/contrib/etc/xdg/autostart/autorandr-launcher.desktop index 1a5bff0..ea8284a 100644 --- a/contrib/etc/xdg/autostart/autorandr-launcher.desktop +++ b/contrib/etc/xdg/autostart/autorandr-launcher.desktop @@ -2,5 +2,5 @@ Name=Autorandr Launcher Comment=Automatically run autorandr whenever the configuration changes Type=Application -Exec=/usr/bin/autorandr-launcher +Exec=/usr/bin/autorandr-launcher --daemonize X-GNOME-Autostart-Phase=Initialization -- 2.39.5