Formatting

This commit is contained in:
Francisco Lopes 2020-12-30 23:40:02 -03:00
parent 186b887e7d
commit 8bfd57eda2
No known key found for this signature in database
GPG Key ID: 2E754CF1886344B5

View File

@ -75,7 +75,9 @@ example configuration taken from my laptop:
```yaml ```yaml
SHELL: [zsh, -c] SHELL: [zsh, -c]
--- ---
- JOB: mux -c caps2esc; mux -i caps2esc | caps2esc | uinput -d /dev/input/by-path/platform-i8042-serio-0-event-kbd - JOB: >
mux -c caps2esc;
mux -i caps2esc | caps2esc | uinput -d /dev/input/by-path/platform-i8042-serio-0-event-kbd
- JOB: intercept -g $DEVNODE | mux -o caps2esc - JOB: intercept -g $DEVNODE | mux -o caps2esc
DEVICE: DEVICE:
LINK: /dev/input/by-path/platform-i8042-serio-0-event-kbd LINK: /dev/input/by-path/platform-i8042-serio-0-event-kbd