Re: [dev][dwm] window tagging

2010-01-12 Thread Antoni Grzymala
Alex Matviychuk dixit (2010-01-13, 00:44): > Somewhat related, is there any word on if/when the flash video full > screen issue will be resolved? That is, when trying to full screen a > flash video, it drops back to the original page after popping up. Works for me currently if I switch to monocle

Re: [dev][dwm] window tagging

2010-01-12 Thread Anselm R Garbe
2010/1/12 Alex Matviychuk : > Somewhat related, is there any word on if/when the flash video full > screen issue will be resolved? That is, when trying to full screen a > flash video, it drops back to the original page after popping up. This will be solved in dwm 5.8, which should arrive soon. Ch

Re: [dev][dwm] window tagging

2010-01-12 Thread Alex Matviychuk
Somewhat related, is there any word on if/when the flash video full screen issue will be resolved? That is, when trying to full screen a flash video, it drops back to the original page after popping up. On Tue, Jan 12, 2010 at 6:13 PM, Deepanjan Kesh wrote: > On Tue, Jan 12, 2010 at 2:24 PM, yy

Re: [dev] [dwm] mimic a rio behavior

2010-01-12 Thread yy
2010/1/12 Yoshi Rokuko : > If you start i.e. page in a term in rio on plan9, page will 'take' the > 'view' of your term. If you start surf in a term in dwm on linux in > monocle it will look very similar. > > I was thinking about whether it would be easy to design a layout that is > like tiling but

Re: [dev][dwm] window tagging

2010-01-12 Thread Deepanjan Kesh
On Tue, Jan 12, 2010 at 2:24 PM, yy wrote: > 2010/1/12 Lorenzo Bolla : >> open your browser to youtube; then use xprop to get WM_CLASS and WM_NAME for >> that window: >> $> xprop | grep -e "WM_CLASS(STRING)" -e "WM_NAME(STRING)" >> in config.h put: >> { ,  NULL,  ,   0,  True,  -1 }, >> hth, >> L.

[dev] [dwm] mimic a rio behavior

2010-01-12 Thread Yoshi Rokuko
If you start i.e. page in a term in rio on plan9, page will 'take' the 'view' of your term. If you start surf in a term in dwm on linux in monocle it will look very similar. I was thinking about whether it would be easy to design a layout that is like tiling but like a nested monocle for apps star

Re: [dev][dwm] window tagging

2010-01-12 Thread yy
2010/1/12 Lorenzo Bolla : > open your browser to youtube; then use xprop to get WM_CLASS and WM_NAME for > that window: > $> xprop | grep -e "WM_CLASS(STRING)" -e "WM_NAME(STRING)" > in config.h put: > { ,  NULL,  ,   0,  True,  -1 }, > hth, > L. > That won't work neither. The problem is the rules

Re: [dev][dwm] window tagging

2010-01-12 Thread Lorenzo Bolla
open your browser to youtube; then use xprop to get WM_CLASS and WM_NAME for that window: $> xprop | grep -e "WM_CLASS(STRING)" -e "WM_NAME(STRING)" in config.h put: { , NULL, , 0, True, -1 }, hth, L. On Tue, Jan 12, 2010 at 7:04 AM, Deepanjan Kesh wrote: > Hi! > > I am new to dwm and m