index.md (1029B)
1 xkb 2 ===== 3 4 Description 5 ----------- 6 This patch replaces main functionality of xxkb. It will remember the client's 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 or 16 not; 17 18 * `xkb_layouts` array defines the text, which will appear on the bar according 19 to current group if `showxkb` set to `TRUE`. 20 21 There is new field in Rule struckture, by witch you can specify default xkb 22 layout for window (see config.def.h for details). This could be useful with 23 dmenu\_run, but unfortunately for some reasons rules can't be applied to dmenu. 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:shved@lvk.cs.msu.su) (or [mestofel13 AT gmail DOT com](mailto:mestofel13@gmail.com)).