2009/2/16 Adam <[email protected]>: >> WM_NAME property should be the title >> is that window have any title? (check the status bar) > > yes, "<GREG" is also the title in the status bar. I thought that: > > { NULL, NULL, "<GREG", 0, True }, > > would be the proper way to make it float, but this does not work. > >
Your problem probably is that the title is set once the rules have been applied by dwm. IMO you will have to call applyrules() manually (or you could call it in every arrangement, for example). -- - yiyus || JGL .
