From cf34acefe0ab7e7a3603165504f4a00c5f552b51 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 20 Mar 2024 22:06:43 +0100 Subject: [PATCH] [sway] Add vertical display --- stow/sway/.config/sway/input-output | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stow/sway/.config/sway/input-output b/stow/sway/.config/sway/input-output index d8f2756..c336c59 100644 --- a/stow/sway/.config/sway/input-output +++ b/stow/sway/.config/sway/input-output @@ -14,3 +14,7 @@ output * { bg "~/Nextcloud/Afbeeldingen/wallpapers/bg" fill } +# Vertical display +output "Dell Inc. DELL P2214H 29C2937M4YTL" { + transform 270 +}