I use three programs to work with Latex - TexMaker, TexStudio, and TexWorks. I’d like to open all latex files on page 0 1. In my config I put
Style TeXworks EWMHMiniIconOverride, MiniIcon $[fvwm_icon]/texworks.png, StartsOnPage 0 1
Style TeXstudio EWMHMiniIconOverride, MiniIcon $[fvwm_icon]/texstudio.png, StartsOnPage 0 1
Style TeXmaker EWMHMiniIconOverride, MiniIcon $[fvwm_icon]/texmaker.png, StartsOnPage 0 1
It works for Texstudio and TeXmaker, but does not work for Texworks! When I start Texworks on page 0 0, for example, it first starts in 0 1 but then changes to page 0 0. The same behavior for others pages. How do I solve this problem?