-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FvwmPager display the content of the desktop with the mousepointer, rather than *Monitor #841
Comments
#611 mentions something related, but there it is an issue on |
I'm not changing the way FvwmPager works based on mouse focus. That's too difficult and too confusing. If you want multiple FvwmPager instances per monitor, configure each FvwmPager instance. |
I think I expressed myself unclearly -- I want one instance of FvwmPager per monitor with the content of that monitor. Today this does not happen (as per setup above). In fact, I am asking for exactly the opposite -- IMVHO FvwmPager should respect the |
Understood, and thank you for clarifying. I'll reopen this, and as discussed on IRC, if you can upload a short video, that will also help. |
desktops.mp4 |
Thanks for the video, and the instructions. I too use
|
When parsing the "Monitor" keyword as part of the configuration syntax, skip the whitespace which can occur from reading in some configs -- otherwise this is treated literally. Fixes #841
Sorry for the delay on this -- please can you have a look at the |
Any chance for feedback? If not, I’ll merge this soon. It seems to work for me. |
When parsing the "Monitor" keyword as part of the configuration syntax, skip the whitespace which can occur from reading in some configs -- otherwise this is treated literally. Fixes #841
fvwm3 --version
)Gentoo
uname -sp
)Expected Behaviour
Given a 2 monitor setup with HDMI-1-0 above DP-1 and the following .fvwm2rc:
... I expected 2 FvwmPager instances to pop up each on its respective monitor with the content of that monitor.
Actual Behaviour
However, what actually happens is that both of the pagers show the content of the same monitor/desktop where the mouse pointer was when the pagers were launched. My "workaround" now is to kill one of the pagers, move the mouse pointer to the respective monitor and launch the pager manually (so, typically, I'd move to HDMI-1-0, kill the fvwmpager there and restart it from the command line with
FvwmCommand 'FvwmPager UpperPager 0 0'
. Then the pager pops up with the content of HDMI-1-0. After that bit everything works as expected (i.e. page changes are reflected correctly in the respective FvwmPager).Steps to Reproduce
With the setup above:
[1681130980.067989] setup_window_placement: Expanding screen from 'null' -> ''
If I check the status of fvwm3 as reported to fvwm3.pipe, I see:
The text was updated successfully, but these errors were encountered: