[dev] [dwm] [patch] per-window keyboard layout update for dwm-6.0

2015-04-28 Thread Petr Vaněk
Hi, I update Evgeny's http://dwm.suckless.org/patches/pwkl patch for version dwm-6.0. Maybe someone will find it usefull. Best regards, Petr diff --git a/dwm.c b/dwm.c index 1d78655..f42dcd5 100644 --- a/dwm.c +++ b/dwm.c @@ -36,6 +36,7 @@ #include #include #include +#include #ifdef XINER

Re: [dev] [dwm] [patch] per-window keyboard layout

2010-10-13 Thread Andreas Amann
Hi Evgeny, On Tue, 12 Oct 2010 21:19:32 +0300, Evgeny Grablyk wrote: > If you have any comments or suggestions, please share - this is my > first patch for dwm. Works well for me. Note however that you cannot switch between tags per mouse if an alternate layout is activated. The patch below fix

[dev] [dwm] [patch] per-window keyboard layout

2010-10-12 Thread Evgeny Grablyk
Hello! As a user of multiple (3) keyboard layouts, I have always wanted dwm to behave like many non-suckless WMs do: to have per-window keyboard layouts, not just a global one. That's what this patch is for. It is not intended for inclusion in vanilla dwm, because majority of it's users probably u