feat(hypr): pin dual-Dell EXTERNAL monitors by desc instead of $EXTERNAL_*
Vertical and double-vertical setups now use stable Dell SE2725H desc identifiers (BML2X14 left, 34R2X14 right) rather than the env vars, so monitor attach is robust to dock/hotplug enumeration order.
This commit is contained in:
@@ -39,17 +39,13 @@ monitor=DP-3, 1920x1080, 1920x0, 1 # HDMI screen
|
||||
#monitor=DP-5,1920x1080,960x-1080,1 # Right screen
|
||||
#monitor=DP-7,1920x1080,960x-1080,1 # Right screen
|
||||
|
||||
# Vertical setup
|
||||
# monitor=$EXTERNAL_L1, 1920x1080, 0x-1080, 1, transform, 0 # Left screen
|
||||
# monitor=$EXTERNAL_L2, 1920x1080,0x-1080,1,transform,0 # Left screen
|
||||
# monitor=$EXTERNAL_R1, 1920x1080, 1920x-1480, 1, transform, 1 # Right screen
|
||||
# monitor=$EXTERNAL_R2, 1920x1080,1920x-1480,1,transform,1 # Right screen
|
||||
# Vertical setup (left horizontal, right vertical)
|
||||
# monitor=desc:Dell Inc. DELL SE2725H BML2X14, 1920x1080, 0x-1080, 1, transform, 0 # Left screen (horizontal)
|
||||
# monitor=desc:Dell Inc. DELL SE2725H 34R2X14, 1920x1080, 1920x-1480, 1, transform, 1 # Right screen (vertical)
|
||||
|
||||
# Double Vertical setup
|
||||
monitor=$EXTERNAL_L1, 1920x1080, -1080x-1480, 1, transform, 3 # Left screen
|
||||
monitor=$EXTERNAL_L2, 1920x1080, -1080x-1480, 1, transform, 3 # Left screen
|
||||
monitor=$EXTERNAL_R1, 1920x1080, 1920x-1480, 1, transform, 1 # Right screen
|
||||
monitor=$EXTERNAL_R2, 1920x1080, 1920x-1480, 1, transform, 1 # Right screen
|
||||
monitor=desc:Dell Inc. DELL SE2725H BML2X14, 1920x1080, -1080x-1480, 1, transform, 3 # Left screen (vertical)
|
||||
monitor=desc:Dell Inc. DELL SE2725H 34R2X14, 1920x1080, 1920x-1480, 1, transform, 1 # Right screen (vertical)
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
|
||||
Reference in New Issue
Block a user