From 76845107ddab50041053d5e05b7a006a7c58a276 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Sun, 2 Oct 2016 21:14:47 +0200 Subject: [PATCH] Install autostart desktop file by default --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 51cfd7f..142a08c 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ uninstall_bash_completion: # Rules for autostart config XDG_AUTOSTART_DIR=/etc/xdg/autostart +DEFAULT_TARGETS+=autostart_config install_autostart_config: install -D -m 644 contrib/etc/xdg/autostart/autorandr.desktop ${DESTDIR}/${XDG_AUTOSTART_DIR}/autorandr.desktop -- 2.39.2