diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/display.conf b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/display.conf
index d3be6f33d77d386dbf8f72f3d9063932aa4bb189..198d0d792d7dba3504787586506c6b5fd9dee60f 100644
--- a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/display.conf
+++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/display.conf
@@ -1,6 +1,14 @@
 # https://wiki.hyprland.org/Configuring/Monitors/
 # monitor = name, resolution, position, scale
 # Show available displays with: `hyprctl monitors all`
+#
+# Hyprland uses the order in which monitors are listed in the configuration
+# to determine the relative positions.
+# The first monitor listed is typically placed at the origin (0,0),
+# and subsequent monitors are placed relative to that first monitor
+
+# Laptop display
+################
 
 # Generic Laptop display
 # monitor = eDP-1, 1600x900, auto-right, 1
@@ -9,7 +17,13 @@
 monitor = desc:HKC OVERSEAS LIMITED, 1600x900, auto-left, 1
 
 # Panza, work X1 Carbon Gen10
-monitor = desc:AU Optronics 0xE3A0, 1600x900, auto-right, 1
+# Note: auto-right doesn't work because the Laptop display is
+# discovered first
+monitor = desc:AU Optronics 0xE3A0, 1600x900, 3441x540, 1
+
+
+# External monitors
+###################
 
 # LG Electronics LG HDR 5K
 #
@@ -32,10 +46,4 @@ monitor = desc:AU Optronics 0xE3A0, 1600x900, auto-right, 1
 # 3840x2160@29.98Hz
 # 3840x2160@60.00Hz
 # 5120x2160@60.00Hz
-monitor = desc:LG Electronics LG HDR 5K, 3440x1440, auto, 1
-
-# Work
-######
-
-# LG HDR 5K
-# monitor = DP-3, 3440x1440, auto-left, 1
+monitor = desc:LG Electronics LG HDR 5K, 3440x1440, 0x0, 1