From ac5c5f664880fbeb89eb1b3638cd3de1d018af50 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 16 Feb 2020 20:54:51 -0600 Subject: [PATCH] - Added keyboard reset and kill any xbindkeys services running when the kinto keyswap service is stopped via systemctl --- system-config/cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-config/cleanup.sh b/system-config/cleanup.sh index 087906e..8867cd3 100644 --- a/system-config/cleanup.sh +++ b/system-config/cleanup.sh @@ -1,3 +1,5 @@ #!/bin/bash +setxkbmap -option +killall xbindkeys > /dev/null 2>&1 rm /tmp/kinto/caret