[dev] [tabbed] [PATCH] Don't call execvp() with NULL as first argument

2016-08-14 Thread Peter Hofmann
"Of course", OpenBSD 5.9 properly handles a NULL pointer and does not crash. Cheers! Peter >From 39b361c36f2e898361976994aa4477862a7e42c7 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 14 Aug 2016 12:00:51 +0200 Subject: [PATCH] Don't call execvp() with NULL as first

Re: [dev] SGI Irix look (4Dwm)

2014-10-23 Thread Peter Hofmann
On Wed, Oct 22, 2014 at 03:38:29PM -0400, random...@fastmail.us wrote: > Why not just draw the title in a separate window? This is how I always > assumed a suckless window manager with title bars would act. Hmmm, possibly. I have not really explored this approach, though. Maybe someone else has? :

Re: [dev] SGI Irix look (4Dwm)

2014-10-22 Thread Peter Hofmann
Hi OP, yeah, I read your posting on the list. I was curious to see what others suggested on this topic. Unfortunately, the discussion went off-topic pretty soon. :-/ I'm still replying on the list, though, because I think that this explanation might be interesting for others. On Wed, Oct 22, 20

Re: [dev] [tabbed] [PATCH] Clear urgency hint on sel == c

2014-08-04 Thread Peter Hofmann
Hi, errr, am I supposed to do something here? Or is Christoph just busy? :-) No worries, I'm not in a hurry. I'm simply not that familiar with your workflows. :-) Thanks! Peter

[dev] [tabbed] [PATCH] Clear urgency hint on sel == c

2014-06-20 Thread Peter Hofmann
Hi, just a small patch to clear the urgency hint if sel == c. See the commit message on how this can happen. Cheers! Peter >From 4c374e5b368b1d8fecd087e82ee5c0c4894b99e0 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sat, 21 Jun 2014 07:46:26 +0200 Subject: [PATCH] Clear urgency hint on

Re: [dev] [PATCH v3] dmenu_run: Don't leave a shell running

2013-04-28 Thread Peter Hofmann
Hi, On Sat, Apr 27, 2013 at 10:15:12PM +0100, Ross Lagerwall wrote: > If you type: a\ b "c d" e > then it will try and execute the program "a b" and pass it two arguments, > "c d" and "e". that might work, but something like this won't: xterm -hold -e bash -c 'echo "hello world"'