From 6b7ba5536ebd2360ed5f86d92a57fea40cc3f2b1 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sun, 5 May 2019 16:55:47 +0300 Subject: [PATCH] minor improvements and readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 020d18e..3a9c8af 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # kb-layout-caps-led -> Switching on and off capslock led according to the keyboard layout - -This project is against to show your keyboard layout switching with CapsLock LED indicator. +This project is to show your keyboard layout switching with CapsLock LED indicator. ## Installation There are two systemd daemons: one is running from user, the other one as root. -### User's daemon is against of to determine the current keyboard layout and tell it to root's daemon +### User's daemon is aimed to determine the current keyboard layout and tell it to root's daemon ```bash > systemctl --user enable /%FULL_PATH_TO%/daemons/gnome-kb-layout-watcher.service @@ -18,7 +16,7 @@ There are two systemd daemons: one is running from user, the other one as root. > systemctl --user start gnome-kb-layout-watcher.service ``` -### Root's daemon is against of to set up the CapsLock LED indicator according of user's daemon data +### Root's daemon is aimed to set up the CapsLock LED indicator according of user's daemon data ```bash > sudo cp /%FULL_PATH_TO/daemons/kb-layout-signal-watcher.service /etc/systemd/system/kb-layout-signal-watcher.service