diff --git a/pages/Configuring/Monitors.md b/pages/Configuring/Monitors.md index ce0e2c8..6b63275 100644 --- a/pages/Configuring/Monitors.md +++ b/pages/Configuring/Monitors.md @@ -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 diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index ad42386..16749b2 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -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