From 0cfc0d29cc87ae4d6578d133ab4a8deaea3e9ca8 Mon Sep 17 00:00:00 2001 From: Chris Lane <925091+ChrisLane@users.noreply.github.com> Date: Fri, 9 Oct 2020 12:09:45 +0100 Subject: [PATCH] Specify some harder to find information about user xkb configs --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 4ec3f15..86225d7 100644 --- a/Home.md +++ b/Home.md @@ -146,6 +146,8 @@ input "type:keyboard" { # or input See `man 7 xkeyboard-config` for options you can use with the `xkb_layout`, `xkb_model`, `xkb_options`, `xkb_rules`, and `xkb_variant` commands. Separate multiple options with commas. +User-specific settings such as symbols will be loaded from their respective directories in `~/.xkb/` or `$XDG_CONFIG_HOME/xkb/`. + **Examples**: * Make caps lock work as escape: `xkb_options caps:escape`