Updated hyprctl monitor docu to include the all flag (#396)

This commit is contained in:
TheAngusMcFire 2023-11-17 17:01:27 +01:00 committed by GitHub
parent f3aa95f956
commit c283a07ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ monitor=DP-1,1920x1080@144,0x0,1
will tell Hyprland to make the monitor on `DP-1` a `1920x1080` display, at 144Hz,
`0x0` off from the top left corner, with a scale of 1 (unscaled).
To list available monitors:
To list all available monitors (active and inactive):
```shell
hyprctl monitors
hyprctl monitors all
```
Monitors are positioned on a virtual "layout". The `position` is the position of

View File

@ -231,7 +231,7 @@ OK = 5
```plain
version - prints the hyprland version, meaning flags, commit and branch of build.
monitors - lists all the outputs with their properties
monitors - lists active outputs with their properties, 'monitors all' lists active and inactive outputs
workspaces - lists all workspaces with their properties
activeworkspace - gets the active workspace and its properties
workspacerules - gets the list of defined workspace rules