From d06a382cbf90defe2a46c9f38c929ab9ec5b4ce9 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 20 Jun 2026 17:54:14 -0400 Subject: [PATCH] fix: rotate display 180 more (transform 1 -> 3) --- hypr/.config/hypr/hosts/uconsole.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/.config/hypr/hosts/uconsole.conf b/hypr/.config/hypr/hosts/uconsole.conf index db6dcc5..1be4dc0 100644 --- a/hypr/.config/hypr/hosts/uconsole.conf +++ b/hypr/.config/hypr/hosts/uconsole.conf @@ -4,7 +4,7 @@ ### MONITORS ### ################ -monitor=DSI-2, 720x1280, 0x0, 1, transform, 1 +monitor=DSI-2, 720x1280, 0x0, 1, transform, 3 ############################# ### ENVIRONMENT VARIABLES ###