fix(cli): add monitor-information command

This commit adds a new monitor-information command to make it easier for
people to find the values they need to use the display_index_preferences
configuration option.

re #860
This commit is contained in:
LGUG2Z
2024-06-01 16:48:28 -07:00
parent 1320b7440e
commit aa24c41967
7 changed files with 31 additions and 15 deletions

View File

@@ -168,6 +168,7 @@ pub enum SocketMessage {
State,
GlobalState,
VisibleWindows,
MonitorInformation,
Query(StateQuery),
FocusFollowsMouse(FocusFollowsMouseImplementation, bool),
ToggleFocusFollowsMouse(FocusFollowsMouseImplementation),