Updated randr for DELL 1920x1200 monitor
This commit is contained in:
parent
e4eb211aaa
commit
120560ddc5
@ -8,7 +8,9 @@ echo "Entourage: Configuring ${NUM_DISPS} displays" >> $DWL_LOG_FILE
|
|||||||
if [[ $NUM_DISPS > 1 ]]; then
|
if [[ $NUM_DISPS > 1 ]]; then
|
||||||
# Dual screen
|
# 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 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
|
else
|
||||||
# Single laptop screen
|
# Single laptop screen
|
||||||
wlr-randr --output HDMI-A-1 --off --output eDP-1 --on --pos 0,0
|
wlr-randr --output HDMI-A-1 --off --output eDP-1 --on --pos 0,0
|
||||||
|
Loading…
Reference in New Issue
Block a user