<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm">
    <title>gmane.comp.window-managers.dwm</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6769"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6788">
    <title>Re: patch to hide sticky indicators, and add "nofocus" windows</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6788</link>
    <description>
Awesome, I use trayer and would like a nofocus feature as well.  I'll
try this out when I get a chance.

Thanks!


</description>
    <dc:creator>Thayer Williams</dc:creator>
    <dc:date>2008-11-21T18:58:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6787">
    <title>patch to hide sticky indicators, and add "nofocus" windows</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6787</link>
    <description>I do a lot of roaming, and long story short, nm-applet is nearly a
requirement for me.  No biggie, I just run it in stalonetray and set
it to all tags, shoved up in the corner, only I've ran into two
little issues:

1) sticky windows put an indicator on every tag in the bar.  I know
   it's on every tag, I put it there, tell me something I don't know.
   The patch hides any window which has tags=~0 from the indicators.
     ( this is simply the 2 lines in drawbar() )

2) since it's on every tag, every time i switch tags, it is the first
   thing focused.  I dont need to type into a system tray, so the
   patch also adds a flag to designate a window as "nofocus" which
   tells dwm to skip it when trying to find a window to focus.

   To do this, I had to add a way to designate a window as nofocus, so
   Rule.isfloating is now a bitmask Rule.flags, with enums for the 3
   settings right now: Normal, Floating, NoFocus.

So my config.h, for example, has this Rule:
   { "stalonetray", NULL, NULL, ~0, Floating|NoF</description>
    <dc:creator>Jeremy Jay</dc:creator>
    <dc:date>2008-11-21T18:38:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6786">
    <title>Re: [dvtm]: fix for status bar</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6786</link>
    <description>
Problem is that strlen is used to calculate character width, which
doesn't work for utf8 therefore the statusbar content is not properly
aligned.

 http://www.brain-dump.org/tmp/statusbar.png

Cheers,
Marc

</description>
    <dc:creator>Marc Andre Tanner</dc:creator>
    <dc:date>2008-11-20T21:48:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6785">
    <title>Re: patch to not reparent children to init</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6785</link>
    <description>

Sweet!

For the record, I've never had to work so hard to justify such a small
patch to a FOSS project.  It was a pleasant experience that makes me
feel better about the larger codebase!

Also for the record, I couldn't care less whether my toggleable
setlayout patch goes in upstream.  You can put the patch's author down
in the "apathy" column.

Neale


</description>
    <dc:creator>Neale Pickett</dc:creator>
    <dc:date>2008-11-20T20:36:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6784">
    <title>Re: make setlayout toggle</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6784</link>
    <description>Definitively i do _not_ want to add such code in upstream.

Claudio M. Alessi

</description>
    <dc:creator>Claudio M. Alessi</dc:creator>
    <dc:date>2008-11-20T19:34:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6783">
    <title>Re: patch to not reparent children to init</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6783</link>
    <description>2008/11/20 Neale Pickett &lt;neale-qIOhqoGMB3Idnm+yROfE0A&lt; at &gt;public.gmane.org&gt;:

I'm fine to add it in 5.3, since it seems to work quite well.

Kind regards,
Anselm


</description>
    <dc:creator>Anselm R Garbe</dc:creator>
    <dc:date>2008-11-20T18:01:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6782">
    <title>Re: patch to not reparent children to init</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6782</link>
    <description>

So what's the verdict on this?

Neale


</description>
    <dc:creator>Neale Pickett</dc:creator>
    <dc:date>2008-11-20T17:57:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6781">
    <title>Re: make setlayout toggle</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6781</link>
    <description>2008/11/20 Claudio M. Alessi &lt;smoppy-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;:

Am I right that you are against re-adding the toggle?

Kind regards,
Anselm


</description>
    <dc:creator>Anselm R Garbe</dc:creator>
    <dc:date>2008-11-20T17:56:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6780">
    <title>Re: make setlayout toggle</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6780</link>
    <description>You shouldn't care about the previous layout, it's not a memory game.
Users change layouts once they need it, then use another layout in
order to fit their new needs and so forth. Changing the layout is not
an hard task, i think. I already have some feature i never use but i
wouldn't make a dwm-lite release. Please add only real useful code :-)

Regards,
Claudio M. Alessi

</description>
    <dc:creator>Claudio M. Alessi</dc:creator>
    <dc:date>2008-11-20T17:51:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6779">
    <title>Re: [dvtm]: fix for status bar</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6779</link>
    <description>You're welcome! I always use that script with dvtm without any problem.
Can you tell me what's wrong (maybe attaching screenshot)? I have more
time now to work on it.

Regards,
Claudio M. Alessi

</description>
    <dc:creator>Claudio M. Alessi</dc:creator>
    <dc:date>2008-11-20T17:22:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6778">
    <title>Re: dwm for win32</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6778</link>
    <description>Am Tue, 18 Nov 2008 19:35:36 +0000
schrieb "Anselm R Garbe" &lt;garbeam-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;:


Yes, I at least found:
# WindowSizer (shareware, closed source)
# WinSplit (freeware, closed source)
# DockBox (NOW GPL)
# GridMove (donationware, not closed source) - Actually GridMove was the
inspiration for bug.n.
But as you stated before, all those projects were not satisfying the
needs of dynamic window management; thus I looked for an open source
project, which I possibly could adapt. Now (since 20080910) DockBox - or
maybe even better: HashTWM (same author) - is under GPL, so I will take
a closer look.


Are you wainting for a stabilized API (since GINA already has gone in
Vista)? Are you still heading for a shell replacement?

Kind regards, joten


</description>
    <dc:creator>joten-KuiJ5kEpwI6ELgA04lAiVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T12:38:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6777">
    <title>Re: dwm for win32 - bug.n</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6777</link>
    <description>Am Wed, 19 Nov 2008 21:37:07 +0200
schrieb "Maxim Vuets" &lt;maxim.vuets-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;:

Thank you for trying bug.n. It is always helpful, since most problems
do not appear in my working environment.

Hiding the title bars is intended. bug.n displays the title of the
active window in the bar, but leaves drawing the border to Windows. I
am using Windows Vista without Aero and a theme, where the border of
the active window has a different color, thus achieving the same
effects as dwm.


Ah, yes, I was not aware of this feature. I will see and try to
implement it, if I can match it with the data structure.


I do not know if can find a general solution for this; it is not yet
obvious for me, what causes this problem (parent - child? window
owner? ...).
But one way to deal with the problem could be to write the class
'IDEOwner' to the 'rules' list in 'config.ahk' setting it to
'floating', which will lead bug.n to exclude those windows from tiling.

IDEOwner,NULL,NULL,NULL,1;


Kind regard</description>
    <dc:creator>joten-KuiJ5kEpwI6ELgA04lAiVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-20T12:22:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6776">
    <title>Re: dwm for win32</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6776</link>
    <description>

Interesting solution. Just three things I have faced with:
1. Title bars are hidden, so it is not easy to distinguish
which window is active.
2. ModKey+Enter moves a window from stack to master,
but not vice versa.
3. VisualStudio 2003 (my main app under windows) makes
some gap. Looks like bug.n sees two windows when in fact
there is only one. ModKey+Shift+d:

---------------------------
Managed Windows
---------------------------
ACTIVE WINDOW
Id:0x9010e
Class:wndclass_desked_gsk
Title:myproj - Microsoft Visual C++ [design] - myheader.h*
_____________

Id:0x9010e
Class:wndclass_desked_gsk
Title:myproj - Microsoft Visual C++ [design] - myheader.h*

Id:0x800f8
Class:IDEOwner
Title:myproj - Microsoft Visual C++ [design] - myheader.h*

---------------------------
OK
---------------------------


</description>
    <dc:creator>Maxim Vuets</dc:creator>
    <dc:date>2008-11-19T19:37:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6775">
    <title>Re: [dvtm]: fix for status bar</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6775</link>
    <description>
Thanks, applied. Do you have a patch for the utf8 issue concerning
the statusbar?

Marc

</description>
    <dc:creator>Marc Andre Tanner</dc:creator>
    <dc:date>2008-11-19T18:16:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6774">
    <title>Re: [dvtm] Top stack layout patch</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6774</link>
    <description>
Thanks, applied.

Marc

</description>
    <dc:creator>Marc Andre Tanner</dc:creator>
    <dc:date>2008-11-19T18:14:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6773">
    <title>Re: OT : suckless foreign function interface</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6773</link>
    <description>Good evening,

Am Tue, 18 Nov 2008 20:18:10 +0000 schrieb "Anselm R Garbe"
&lt;garbeam-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;:


For 9P you need a system support, so you can use local calls, which
are fast. If you intend to run it over network (resp. Unix sockets),
you have the problem of latency and lazy implementations of 9P. 9P
can be implemented asynchronously, but for a simple library/module inter-
face it's too much of a hassle.

Sincerely,

Christoph Lohmann


</description>
    <dc:creator>Christoph Lohmann</dc:creator>
    <dc:date>2008-11-19T18:08:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6772">
    <title>Re: What happened to the -i argument?</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6772</link>
    <description>
you can manually add the strcaseido() matcher from 3.4

http://code.suckless.org/hg/dmenu/file/3.4/dmenu.c#l625


</description>
    <dc:creator>Szabolcs Nagy</dc:creator>
    <dc:date>2008-11-19T17:55:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6771">
    <title>What happened to the -i argument?</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6771</link>
    <description>I just upgraded dmenu from 3.4 to 3.9, and I noticed that the meaning of
the -i argument has changed from "ignore intermediate characters" to
"case-insensitive search". I find the former highly useful, whereas the
latter less so, since most application names are lowercase anyway. 

1. what happened?
2. Is there a chance of getting the former mode back again?


Eyolf

</description>
    <dc:creator>Eyolf Østrem</dc:creator>
    <dc:date>2008-11-19T16:35:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6770">
    <title>Re: cycling through tags?</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6770</link>
    <description>
I did: works perfectly. thanks a lot, this is really appreciated.

best regards,

joerg




</description>
    <dc:creator>Joerg van den Hoff</dc:creator>
    <dc:date>2008-11-19T16:04:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6769">
    <title>Re: cycling through tags?</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6769</link>
    <description>Epic fail on the diff, left some stuff in there that shouldn't be. Try
the new attached one.

</description>
    <dc:creator>James Turner</dc:creator>
    <dc:date>2008-11-19T00:53:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.window-managers.dwm/6768">
    <title>Re: cycling through tags?</title>
    <link>http://permalink.gmane.org/gmane.comp.window-managers.dwm/6768</link>
    <description>
Attached is a quick patch that will allow you to use meta + right/left
arrow key to cycle through your tags. It works here, but may not be the
best way to do it.

</description>
    <dc:creator>James Turner</dc:creator>
    <dc:date>2008-11-19T00:35:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.window-managers.dwm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.window-managers.dwm</link>
  </textinput>
</rdf:RDF>
