From 93daf8707e7e4240abb4ab4f6c4b51214a00aa32 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 15 Feb 2020 00:09:04 -0600 Subject: [PATCH] - Updated readme to include how to set the keyboard back to normal if the user decides to stop the running service --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6fea1c..7b2c46b 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ Status systemctl --user status keyswap ``` -Stop +Stop (and reset keyboard to normal) ``` -systemctl --user stop keyswap +systemctl --user stop keyswap && setxkbmap -option ``` Start