diff --git a/proj b/proj index f4a1084..0753c43 100755 --- a/proj +++ b/proj @@ -17,7 +17,7 @@ then dmenu -i -p 'Pick side'` if [ -z "$side" ]; then exit 0; fi - xrandr --output $out --auto --$side HDMI-4 + xrandr --output $out --auto --$side DP-0 else # Get the display we want to remove out=`xrandr | grep ' connected' | awk '{print $1}' | \