index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (771B) | |
--- | |
1 Per-window keyboard layout | |
2 ========================== | |
3 | |
4 Description | |
5 ----------- | |
6 Basically, this patch implements per-window keyboard layout support in d… | |
7 makes dwm remember current keyboard layout when a window is unfocused, a… | |
8 restore it back when that window is focused again. | |
9 | |
10 Notes | |
11 ----------- | |
12 Andreas Amann pointed out that "you cannot switch between tags per mouse… | |
13 alternate layout is activated". He kindly created a patch that fixes thi… | |
14 [see ml](//lists.suckless.org/dev/1010/6195.html). | |
15 | |
16 Download | |
17 -------- | |
18 * [dwm-pwkl-5.9.diff](dwm-pwkl-5.9.diff) (1.4K) (2010-10-13) | |
19 * [dwm-pwkl-6.1.diff](dwm-pwkl-6.1.diff) (1.5K) (2017-01-28) | |
20 * [dwm-pwkl-6.2.diff](dwm-pwkl-6.2.diff) (1.6K) (2020-12-01) | |
21 | |
22 Author | |
23 ------ | |
24 * Evgeny Grablyk - <[email protected]> |