minor improvements and readme
This commit is contained in:
parent
7828f80259
commit
6b7ba5536e
@ -1,14 +1,12 @@
|
|||||||
# kb-layout-caps-led
|
# kb-layout-caps-led
|
||||||
|
|
||||||
> Switching on and off capslock led according to the keyboard layout
|
This project is to show your keyboard layout switching with CapsLock LED indicator.
|
||||||
|
|
||||||
This project is against to show your keyboard layout switching with CapsLock LED indicator.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
There are two systemd daemons: one is running from user, the other one as root.
|
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
|
```bash
|
||||||
> systemctl --user enable /%FULL_PATH_TO%/daemons/gnome-kb-layout-watcher.service
|
> 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
|
> 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
|
```bash
|
||||||
> sudo cp /%FULL_PATH_TO/daemons/kb-layout-signal-watcher.service /etc/systemd/system/kb-layout-signal-watcher.service
|
> sudo cp /%FULL_PATH_TO/daemons/kb-layout-signal-watcher.service /etc/systemd/system/kb-layout-signal-watcher.service
|
||||||
|
Loading…
Reference in New Issue
Block a user