From 179e263f97bd8e319000d1b3117110701173d928 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Fri, 27 Sep 2024 09:49:56 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20lancement=20raccourcis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/systemd/user/sxhkd.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/systemd/user/sxhkd.service b/.config/systemd/user/sxhkd.service index d81a05a..aa07c7d 100644 --- a/.config/systemd/user/sxhkd.service +++ b/.config/systemd/user/sxhkd.service @@ -1,10 +1,12 @@ [Unit] Description=Simple X Hotkey Daemon Documentation=man:sxhkd(1) +BindsTo=display-manager.service +After=display-manager.service [Service] -ExecStartPre=/usr/bin/sleep 2 ExecStart=/usr/bin/sxhkd +ExecStartPre=/usr/bin/sleep 10 ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID [Install]