From 956bfa49650a7326643b0b246672d22d7145a927 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Jul 2021 11:22:32 +0200 Subject: [PATCH] systemd: switch inputplug to packaged binary --- dotfiles/systemd/inputplug.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/inputplug.service b/dotfiles/systemd/inputplug.service index ef05250..b04b313 100644 --- a/dotfiles/systemd/inputplug.service +++ b/dotfiles/systemd/inputplug.service @@ -4,5 +4,5 @@ PartOf=graphical-session.target [Service] ExecStartPre=/usr/bin/setxkbmap us -ExecStart=%h/.local/bin/inputplug -d -0 -c %h/.config/i3/bin/input-event +ExecStart=/usr/bin/inputplug -d -0 -c %h/.config/i3/bin/input-event Restart=on-failure