Focus screen: augment the Direction command #1117
Labels
difficulty:gfi
Issue is suitable for a first-time contributor/developer
type:enhancement
Augmenting an existing feature
It would be nice if we were able to say:
Which would (in this example), move the cursor to the middle of the screen.
Likewise:
Would move the cursor to the monitor to the right of wherever the focus window was.
This would also mean you could make use of the
FromPointer
option toDirection
, as in:To do this, we can make use of how fvwm3 already stores the configuration of monitors in
monitor_q
and map those back to the direction coordinates.Hence, this would become a "focus screen" command.
The text was updated successfully, but these errors were encountered: