fvwmorg / fvwm3

FVWM version 3 -- the successor to fvwm2
Other
488 stars 75 forks source link

FvwmPager: Allow dynamic updates via SendToModule #1010

Closed somiaj closed 2 months ago

somiaj commented 2 months ago

This makes FvwmPager listen to 'SendToModule' commands such that the following options can be configured on a running FvwmPager instance:

For example:

SendToModule FvwmPager Monitor $[monitor.1.name]

Will force an already-running FvwmPager instance to only track that monitor.

This also fixes a bug with CurrentMonitor where the desk grids and monitor location were not correctly drawn found during testing this.