index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1029B) | |
--- | |
1 xkb | |
2 ===== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch replaces main functionality of xxkb. It will remember the cli… | |
7 xkb status and restores it when client became focused. | |
8 | |
9 Applying | |
10 -------- | |
11 Firstly you have to configure xkb as you need as described | |
12 [here](https://www.x.org/archive/X11R7.5/doc/input/XKB-Config.html). | |
13 The patch depends on two variables: | |
14 | |
15 * `showxkb` flag defines, should patch show current xkb group on the bar… | |
16 not; | |
17 | |
18 * `xkb_layouts` array defines the text, which will appear on the bar acc… | |
19 to current group if `showxkb` set to `TRUE`. | |
20 | |
21 There is new field in Rule struckture, by witch you can specify default … | |
22 layout for window (see config.def.h for details). This could be useful w… | |
23 dmenu\_run, but unfortunately for some reasons rules can't be applied to… | |
24 | |
25 Download | |
26 -------- | |
27 * [dwm-6.1-xkb.diff](dwm-6.1-xkb.diff) (2014-02-15) | |
28 | |
29 Author | |
30 ------ | |
31 * Yury Shvedov - [shved AT lvk DOT cs DOT msu DOT su](mailto:[email protected]… |