You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... and DesktopConfiguration per-monitor is in use, switching to a new desk would result in all pagers operating on independent screens to switch to the new desk. This should only work for the monitor for which that pager should be switched, not all.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.60. Please mark this comment with 👍 or 👎 to give our bot feedback!
When FvwmPager is in per-monitor mode, filter out the new_desk event so
that it applies to that specific pager. Prior to this, *all* FvwmPager
instances would have been asked to switch to a new desk which isn't
desirable.
Fixes#296
When FvwmPager is in per-monitor mode, filter out the new_desk event so
that it applies to that specific pager. Prior to this, *all* FvwmPager
instances would have been asked to switch to a new desk which isn't
desirable.
Fixes#296
When
FvwmPager
is clamped to a specific monitor, via:... and
DesktopConfiguration per-monitor
is in use, switching to a new desk would result in all pagers operating on independent screens to switch to the new desk. This should only work for the monitor for which that pager should be switched, not all.The text was updated successfully, but these errors were encountered: