From 08e08a0f90701a40cc755854ad8b5328a16683db Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Tue, 14 Nov 2017 00:25:21 +0800 Subject: [PATCH] [feature-systemd] Change target to graphical.target and add hook after keyboard-setup.service --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index ccf639b..93e39c7 100755 --- a/install +++ b/install @@ -58,7 +58,7 @@ SERVICE_PATH="/lib/systemd/system/comfortable-swipe.service" echo "[Unit] Description=Comfortable 3 or 4 finger gestures -After=display-manager.service +After=display-manager.service keyboard-setup.service [Service] Environment=DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY @@ -67,7 +67,7 @@ Restart=always RestartSec=2 [Install] -WantedBy=multi-user.target" \ +WantedBy=graphical.target" \ > $SERVICE_PATH # run immediately