Re: [dev] [dwm] titlenormcolor patch

2011-07-10 Thread Bryan Bennett
And an alternate, for those with statuscolors applied. (not that it was difficult at all to produce) diff -r 4548c824adac dwm.c --- a/dwm.c Sun Jul 10 21:25:23 2011 +0100 +++ b/dwm.c Mon Jul 11 02:30:13 2011 +0200 @@ -760,7 +760,7 @@ if((dc.w = dc.x - x) > bh) { dc.x = x; if(m->sel) { - c

[dev] [dwm] titlenormcolor patch

2011-07-10 Thread Jan
Hi, after using dwm for about a year now I decided I don't like that the title bar has the 'selected' background-color. I believe the idea was to provide a visible way to determine the active screen, but since I don't use multi-head very often and IMHO the presence/absence of the title text is eno

[dev] [dwm] [bug] 5.9's first bug: magic float mode

2011-07-10 Thread Peter John Hartman
Hi, Actually, this bug goes way back, but I thought I'd be the first to report it, just to ruin dwm's birthday. The culprit is this chunk of code in manage(): if(c->w == c->mon->mw && c->h == c->mon->mh) { // c->isfloating = True; pjh c->x = c->mon->mx;

Re: [dev] [patch] map new window *after* arrange()

2011-07-10 Thread garbeam
On 10 July 2011 03:39, Peter Hartlich wrote: >> To prevent the first restack, maybe something like the attached patch? > > ... which causes the title bar to flicker, as restack calls drawbar > before bailing out. Not sure why that's needed. I reverted your map modifications in the 5.9 release. I

[dev] dwm 5.9

2011-07-10 Thread garbeam
Hi there, after exactly 5 years since the first commit into the current dwm mercurial repository I'm glad to announce the new dwm-5.9 release which comes packed with lot's of community driven bugfixes. It can be obtained from the following download URL: http://dl.suckless.org/dwm/dwm-5.9.tar.g

Re: [dev] dwm: xclip problem

2011-07-10 Thread Thomas Dean
On Sun, Jul 10, 2011 at 09:49:43 -0700, brad clawsie wrote: > i recently created a shell script called "pastexclip" which contains the text > > xclip -o > > and bound this in dwm to Alt+v > > but when i use my dwm shortcut Alt+v, the text is printed not to the > current context in X, but the sys

[dev] dwm: xclip problem

2011-07-10 Thread brad clawsie
hi i recently created a shell script called "pastexclip" which contains the text xclip -o and bound this in dwm to Alt+v i have my DISPLAY exported to 127.0.0.1:0.0 after putting some text into the xclipboard via "xclip -i", i can run the pastexclip command at the prompt and see text printed (