diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-09 14:30:27 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-09 14:30:27 +0200 |
commit | b7998db9928c831937fdb83133fc5d5063552845 (patch) | |
tree | 7a98d259e076c06e6cee53724c849fedea8f05eb | |
parent | 16d34418325127f462f21826ab2f7427fa92df06 (diff) |
Document how to set keyboard layout
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ The software the scripts install depends on your distro. I don't maintain a seperate list in the README anymore, but you can look at the scripts yourself (you should already be doing this). +bspwm will attempt to load the keyboard layout in `~/.xkeymap`. +To set it, run `echo LAYOUT > ~/.xkeymap` where `LAYOUT` is +the lower case two character code (e.g. `us` or `de`). + ## install.sh The `install.sh` script installs the entire setup. |