From 1b2c3b55b381924dbb61007db5860473a6c8f9f3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 9 Jun 2021 20:48:15 +0200 Subject: [PATCH] systemd: fix location of inputplug binary --- systemd/inputplug@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/inputplug@.service b/systemd/inputplug@.service index 86ec112..ed1d29d 100644 --- a/systemd/inputplug@.service +++ b/systemd/inputplug@.service @@ -5,4 +5,4 @@ PartOf=graphical-session@%i.target [Service] Environment=DISPLAY=%I ExecStartPre=/usr/bin/setxkbmap us -ExecStart=%h/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event +ExecStart=%h/.local/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event