mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Updated monitor configuration documentation (#152)
* Added command to show available monitors
This commit is contained in:
parent
e994c8ddf8
commit
86e74f95c3
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ 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:
|
||||
|
||||
```shell
|
||||
hyprctl monitors
|
||||
```
|
||||
|
||||
Monitors are positioned on a virtual "layout". The `position` is the position of
|
||||
said display in the layout. (calculated from the top-left corner)
|
||||
|
||||
|
|
Loading…
Reference in a new issue