[dwm] dwm wish, a tidy-up function

2007-12-04 Thread Antoni Grzymala
Hi, just came across another idea. How about implementing a function in dwm that would reapply all the predefined rules (float/non-float, tagging) to all clients in a dwm session. This could either be a function bindable to a keystroke, or dwm reacting to a signal (say, HUP), or what not. This

Re: [dwm] dwm wish, a tidy-up function

2007-12-04 Thread Don Stewart
antoni: Hi, just came across another idea. How about implementing a function in dwm that would reapply all the predefined rules (float/non-float, tagging) to all clients in a dwm session. This could either be a function bindable to a keystroke, or dwm reacting to a signal (say, HUP), or

[dwm] Possible focus stealing prevention problem.

2007-12-04 Thread Antoni Grzymala
Hi, recently I've been getting this funny error in some Tcl/Tk apps when trying to access the application menu: grab failed: another application has grab grab failed: another application has grab while executing grab -global $w (procedure tk::TraverseToMenu line 21) invoked from

Re: [dwm] dwm wish, a tidy-up function

2007-12-04 Thread Ritesh Kumar
On Dec 4, 2007 6:44 PM, Antoni Grzymala [EMAIL PROTECTED] wrote: Hi, just came across another idea. How about implementing a function in dwm that would reapply all the predefined rules (float/non-float, tagging) to all clients in a dwm session. This could either be a function bindable to a