Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-22 Thread Martti Kühne
A similarly useful approach may be to provide an array of slots where one could add his windows in order of priority. Then one could focus them by number or in the order of adding... Something like in those rts games where you could group units into groups 1-9. I remember there was a patch that wen

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Raphaël Proust
On Tue, Aug 20, 2013 at 4:58 PM, Markus Teich wrote: > Am 2013-08-20 16:36, schrieb Raphaël Proust: >> On Tue, Aug 20, 2013 at 3:20 PM, Markus Teich >> wrote: >>> Nikolay Vasylchyshyn wrote: > […] […] >> […] > > If you use some clients (i assume you use them on top of the client > stack/

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Nikolay Vasylchyshyn
About remembering window state. There is and indicator. It is shown under the floating/fixed indicator. It's not so useful, because it is seen (or hidden) only for focused window. The idea with custom border color is much superior, because you can see all ignored windows at once. > I object. This

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Markus Teich
Am 2013-08-20 16:36, schrieb Raphaël Proust: On Tue, Aug 20, 2013 at 3:20 PM, Markus Teich wrote: Nikolay Vasylchyshyn wrote: Seems potentially very useful. I'm very glad to read this. : ) I object. This "new" feature is already nearly there. If you have two active windows, in which y

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Raphaël Proust
On Tue, Aug 20, 2013 at 3:20 PM, Markus Teich wrote: > Nikolay Vasylchyshyn wrote: >>> >>> Seems potentially very useful. >> >> I'm very glad to read this. : ) > > > I object. This "new" feature is already nearly there. > > If you have two active windows, in which you are working, > just zoom them

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Markus Teich
Nikolay Vasylchyshyn wrote: Seems potentially very useful. I'm very glad to read this. : ) I object. This "new" feature is already nearly there. If you have two active windows, in which you are working, just zoom them to the top of the client stack. Then you can easily switch between them wit

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Nikolay Vasylchyshyn
Raphaël, thank you for the idea with colors. Will play with it in my spare time during the week. > Seems potentially very useful. I'm very glad to read this. : ) Sorry for html emails. This one in plain text. 2013/8/20 Nikolay Vasylchyshyn : > Raphaël, thank you for the idea with colors. Will pla

Re: [dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Raphaël Proust
On Tue, Aug 20, 2013 at 1:06 PM, Nikolay Vasylchyshyn wrote: > […] > Maybe, some of you also will find this patch useful. ; ) Seems potentially very useful. One thing you might want to do is add a set of colours for the ignored windows. static const char ignoredbordercolor[] = "#[…]"; static con

[dev][dwm][patch] dwm toggleignore patch

2013-08-20 Thread Nikolay Vasylchyshyn
Hello, suckless community! I have created a patch for the current dwm (commit 6af273771cb0e28e4394c78ab0322f77025a57f3). It excludes (and toggles back again) currently focused window from MODKEY+j, MODKEY+k change focus cycle. How do I use it: I open many terminals and actively work in 2 or 3 of