[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 X11/Xlib.h #include X11/Xproto.h #include

Re: [dev] [st] [PATCH] Fix sigchld

2015-04-28 Thread Martti Kühne
The initial patch seems to cover edge cases I fail to grasp and probably doesn't cover all scenarios. Could someone please tell me why SIGCHLD should be received while requiring waitpid to WNOHANG, and why st prints an error message for nonzero exit status instead of propagating it? I haven't

[dev] [surf] surf-0.6 crashes

2015-04-28 Thread Mathieu Gagnon
Loving surf unfortunatly it crashes from time to time. Haven't noticed a specific pattern but it sure does not like I'm browsing YouTube. Hope this helps, $ surf -v surf-0.6, ©2009-2014 surf engineers, see LICENSE for details $ git log -1 HEAD --oneline # using latest from repo b4ca032

Re: [dev] [st] [PATCH] Fix sigchld

2015-04-28 Thread Jochen Sprickerhof
* koneu kone...@googlemail.com [2015-04-28 05:05]: Patch attached. st stops responding after spawning a command. signature.asc Description: Digital signature

Re: [dev] [st] [PATCH] Fix sigchld

2015-04-28 Thread Martti Kühne
Indeed the second question applies for koneu's patch, too. I want the shell's exit status reflected in the terminal's. Otherwise, to retreive the shell's exit status, one needs to make silly use of pipe(), in case one uses st as an output layer, for whatever reason. cheers! mar77i