-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
difficulty:gfiIssue is suitable for a first-time contributor/developerIssue is suitable for a first-time contributor/developertype:enhancementAugmenting an existing featureAugmenting an existing feature
Description
It would be nice if we were able to say:
Direction Screen (North) CursorMove 50 50
Which would (in this example), move the cursor to the middle of the screen.
Likewise:
Direction Screen (East) CursorMove 50 50
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 to Direction
, as in:
Direction FromPointer Screen (SouthEast) CursorMove 50 50
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.
Metadata
Metadata
Assignees
Labels
difficulty:gfiIssue is suitable for a first-time contributor/developerIssue is suitable for a first-time contributor/developertype:enhancementAugmenting an existing featureAugmenting an existing feature
Type
Projects
Status
To do