diff --git a/.local/bin/displayselect b/.local/bin/displayselect index 9e0af17..9964766 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -45,8 +45,8 @@ twoscreen() { # If multi-monitor is selected and there are two screens. --output "$secondary" --"$direction"-of "$primary" --auto --scale 1.2x1.2 --rotate $rotation else xrandr --fb 4224x2376 \ - --output "eDP-1" --mode 1920x1080 --pos 2304x0\ - --output "HDMI-2" --scale 1.2x1.2 --pos 0x0 + --output "eDP1" --mode 1920x1080 --pos 2304x0\ + --output "HDMI2" --scale 1.2x1.2 --pos 0x0 fi fi }