From 03029e22dc6cbf1d4724416d80077d75dc57f591 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 10 Oct 2020 13:52:04 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f70972f..3ac001f 100644 --- a/README.md +++ b/README.md @@ -290,44 +290,44 @@ git pull origin master Under systemd this is how you control Kinto. -Kinto (xkb/x11) = keyswap +Recommended Installed - Kinto (udev/xkeysnail/x11) = xkeysnail -Kinto (udev/xkeysnail/x11) = xkeysnail +Older Install - Kinto (xkb/x11) = keyswap Status ``` -systemctl --user status keyswap sudo systemctl status xkeysnail +systemctl --user status keyswap # older - you probably should not run this one ``` Stop (your keymap will return to normal) ``` -systemctl --user stop keyswap sudo systemctl stop xkeysnail +systemctl --user stop keyswap # older - you probably should not run this one ``` Start ``` -systemctl --user start keyswap sudo systemctl start xkeysnail +systemctl --user start keyswap # older - you probably should not run this one ``` Restart ``` -systemctl --user restart keyswap sudo systemctl restart xkeysnail +systemctl --user restart keyswap # older - you probably should not run this one ``` Enable ``` -systemctl --user enable keyswap sudo systemctl enable xkeysnail +systemctl --user enable keyswap # older - you probably should not run this one ``` Disable ``` -systemctl --user disable keyswap sudo systemctl disable xkeysnail +systemctl --user disable keyswap # older - you probably should not run this one ``` ## Learning macOS style hotkeys on Linux