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