mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Updated hyprctl monitor docu to include the all flag (#396)
This commit is contained in:
parent
f3aa95f956
commit
c283a07ebe
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
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).
|
`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
|
```shell
|
||||||
hyprctl monitors
|
hyprctl monitors all
|
||||||
```
|
```
|
||||||
|
|
||||||
Monitors are positioned on a virtual "layout". The `position` is the position of
|
Monitors are positioned on a virtual "layout". The `position` is the position of
|
||||||
|
|
|
@ -231,7 +231,7 @@ OK = 5
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
version - prints the hyprland version, meaning flags, commit and branch of build.
|
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
|
workspaces - lists all workspaces with their properties
|
||||||
activeworkspace - gets the active workspace and its properties
|
activeworkspace - gets the active workspace and its properties
|
||||||
workspacerules - gets the list of defined workspace rules
|
workspacerules - gets the list of defined workspace rules
|
||||||
|
|
Loading…
Reference in a new issue