From 27838518c6f39988164ffbb36f033e09d6aaf894 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 10 Sep 2022 15:09:25 -0700 Subject: [PATCH] Moar scripts --- proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}' | \