From 0670abf9e3fc818146370d567a4efea107ef07ce Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Jan 2020 22:45:33 +0100 Subject: [PATCH] systemd: fix location of numlockx --- systemd/misc-x@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/misc-x@.service b/systemd/misc-x@.service index d9b79e8..cdd947d 100644 --- a/systemd/misc-x@.service +++ b/systemd/misc-x@.service @@ -5,6 +5,6 @@ PartOf=graphical-session@%i.target [Service] Environment=DISPLAY=%I ExecStart=/usr/bin/xset -b -ExecStart=/usr/bin/numlock on +ExecStart=/usr/bin/numlockx on Type=oneshot RemainAfterExit=false