FVWM: Focus window based on class or resource

2016-07-31 Thread Thomas Glanzmann
Hello, I use evince as pdf viewer. They recently changed the Name and Icon Name to the name of the pdf. Now I'm unable to use my previous keybinding to bring evince to focus. Is there way to use Next and specify 'Class' which is Evince or 'Ressource' which is evince? Key A A SC

Re: FVWM: Focus window based on class or resource

2016-07-31 Thread Thomas Glanzmann
Hello Dan, > These commands match on: > The window name, icon name, class, and resource are considered when > attempting to find a match. > As long as Evince has something unchanging in class or resource you > should be good to go. > If all of those thing change, it's a problem with Evince.

FVWM: Telling fvwm to not use the top left 124x1152 even for maximized windows

2016-12-28 Thread Thomas Glanzmann
Hello, I broke my laptop screen and until my replacement display arrives, I would like to instruct fvwm not use the top left 124x1152 pixels. Could someone tell me what is the best way to obtain it? At the same time I use one fvwm function for every window: AddToFunc FullScreen + I ThisWin

Re: FVWM: Telling fvwm to not use the top left 124x1152 even for maximized windows

2016-12-30 Thread Thomas Glanzmann
Hello Thomas, > > I would like to instruct fvwm not use the top left 124x1152 pixels. > Use EWMHBaseStruts. thanks a lot. I put that in my FullScreen function and it works like a charm: AddToFunc FullScreen + I EWMHBaseStruts 144 0 0 0 + I ThisWindow Maximize + I ThisWin

Re: FVWM: Telling fvwm to not use the top left 124x1152 even for maximized windows

2016-12-30 Thread Thomas Glanzmann
Hello Jaimos, > This is a setting that doesn't need to be run in the function, as it > only needs to be set once. Once this is set, this changes the behavior > of Maximize and placement functions. I tried that first, but that didn't work for me. I put it in my .fvwm2rc config at the top: EWMHBas