From a7b9a5b7d7b14af6e9ad6713e2e44efe8b74a423 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 29 Nov 2020 14:07:25 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index dd2a35be..bcd18650 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,12 @@ ## Usage -To open the UI to modify the mappings, use: +After installing, you should log out and back in for the changed user +groups to take effect and for the background service to start. -```bash -key-mapper-gtk -``` - -You can also start it via your applications menu. - -To keep injecting the mapping after closing the window, the daemon needs to -be running. If it doesn't already after logging in, you can use: - -```bash -key-mapper-service -``` - -It works with both Wayland and X11. +To open the UI to modify the mappings, look into your applications menu +and search for 'Key Mapper' in settings. You can also start it via +`key-mapper-gtk`. It works with both Wayland and X11. ## Macros @@ -61,8 +51,6 @@ usermod -a -G plugdev $USER #### Manjaro/Arch -TODO - ```bash pacaur -S key-mapper-git ```