Re: [dwm] patch to hide sticky indicators, and add nofocus windows

2008-11-25 Thread Jeremy Jay
Small bug-fix - cycling through visible windows was broken (in focusstack())... This is the cumulative patch, but the only differences from the last one are the few lines in focusstack() Jeremy diff -r f6c3491c41f1 config.def.h --- a/config.def.h Sun Nov 16 13:22:24 2008 + +++

Re: [dwm] patch to hide sticky indicators, and add nofocus windows

2008-11-25 Thread yy
You could do something very similar just caling unmanage. The problem is you can't call functions from the rules definition (though you could use a keybinding to unmanage windows). It could be interesting to modify applyrules and the Rule definition in order to call functions, like buttons and

[dwm] patch to hide sticky indicators, and add nofocus windows

2008-11-21 Thread Jeremy Jay
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

Re: [dwm] patch to hide sticky indicators, and add nofocus windows

2008-11-21 Thread Thayer Williams
On Fri, Nov 21, 2008 at 10:38 AM, Jeremy Jay [EMAIL PROTECTED] wrote: 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