From dbbe72bcc3dcf121b09940b3cfa11b6102156112 Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 14 Jul 2025 11:32:54 +0200 Subject: [PATCH] (hypr) rules for orientation = top on rotated displays --- hypr-monitors-work/.config/hypr/monitors.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr-monitors-work/.config/hypr/monitors.conf b/hypr-monitors-work/.config/hypr/monitors.conf index f32392d..cf5bd78 100644 --- a/hypr-monitors-work/.config/hypr/monitors.conf +++ b/hypr-monitors-work/.config/hypr/monitors.conf @@ -4,3 +4,6 @@ $secondary_display = DP-5 monitor = $main_display, 2560x1440@60, 0x0, 1 monitor = $secondary_display, 2560x1440@60, -1440x0, 1, transform, 1 +# set orientation top on rotated display +workspace = m[$main_display], layoutopt:orientation:left +workspace = m[$secondary_display], layoutopt:orientation:top