From 120560ddc5e53718bb7d29cdf04c00c1224a8b67 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Wed, 26 Apr 2023 20:50:15 -0700 Subject: [PATCH] Updated randr for DELL 1920x1200 monitor --- dwl.entourage | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dwl.entourage b/dwl.entourage index 7b93be7..ca18dfa 100755 --- a/dwl.entourage +++ b/dwl.entourage @@ -8,7 +8,9 @@ echo "Entourage: Configuring ${NUM_DISPS} displays" >> $DWL_LOG_FILE if [[ $NUM_DISPS > 1 ]]; then # Dual screen # wlr-randr --output HDMI-A-1 --on --pos 0,0 --output eDP-1 --on --pos 0,1050 - wlr-randr --output HDMI-A-1 --on --pos 0,0 --output eDP-1 --on --pos 2560,0 + # wlr-randr --output HDMI-A-1 --on --pos 0,0 --output eDP-1 --on --pos 2560,0 + # With Dell 1920x1200 display + wlr-randr --output HDMI-A-1 --on --pos 0,0 --output eDP-1 --on --pos 0,1200 else # Single laptop screen wlr-randr --output HDMI-A-1 --off --output eDP-1 --on --pos 0,0