FVWM: set style by state

2012-11-05 Thread Bastian
Hi list, someone may has an idea of how to make a State of a window visible. e.g. if a window has State 10 true, give it a big red border. Behind this, I try to do tag arbitrary windows (even from different pages) with State 10 to true and then calling on another Page All (State 10)

Re: FVWM: set style by state

2012-11-05 Thread Dan Espen
Bastian bastian-fvwm-org-20121...@t6l.de writes: Hi list, someone may has an idea of how to make a State of a window visible. e.g. if a window has State 10 true, give it a big red border. Behind this, I try to do tag arbitrary windows (even from different pages) with State 10 to true and

Re: FVWM: set style by state

2012-11-05 Thread Bastian
State is for conditional expressions. We need more information about what you are trying to do. More in detail: Mouse 2 W 4 Function TagWindow 10 Mouse 2 R 4 Function PullTaggedWindows 10 DestroyFunc TagWindow AddToFunc TagWindow + I Pick State $0 1 DestroyFunc PullTaggedWindows AddToFunc

Re: FVWM: set style by state

2012-11-05 Thread Bastian
Try adding this to PullTaggedWindows: + I All (State $0) WindowStyle HilightBack #ff, BorderWidth 10 Great, the WindowStyle statement is working for me. Thanks,