From a37dabf3e63721d32cb6b3dc252f5b1973d4e8a7 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:32:01 +0200 Subject: [PATCH] mention workspace and transform rules --- pages/Configuring/Advanced-config.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index ee387c1..f11c78a 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -85,6 +85,11 @@ workspace=DP-1,1 will tell Hyprland to make the default workspace on DP-1 a number 1. +{{< hint=important >}} +This keyword depends on a monitor rule set specifically for the targeted monitor, +and ***MUST*** be after it. +{{< /hint >}} + If you want to rotate a monitor, use ```plain @@ -94,11 +99,12 @@ monitor=NAME,transform,TRANSFORM where `NAME` is the name, and `TRANSFORM` is an integer, from 0 to 7, corresponding to your transform of choice. -{{< hint type=important >}} -This keyword **MUST** be _after_ your `monitor=` keyword with -the resolution, etc. +{{< hint=important >}} +This keyword depends on a monitor rule set specifically for the targeted monitor, +and ***MUST*** be after it. {{< /hint >}} + ``` WL_OUTPUT_TRANSFORM_NORMAL = 0 WL_OUTPUT_TRANSFORM_90 = 1