From 3b87f10fbc8c7c7b745aa36ddba4f4c6874d58e4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 22 Dec 2019 22:52:46 -0800 Subject: [PATCH] changed base monitor --- newbga | 1 - proj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/newbga b/newbga index 7004447..3eabe9a 100755 --- a/newbga +++ b/newbga @@ -36,7 +36,6 @@ echo "$pape1" > $HOME/.cache/newbga_img c=`xrandr | grep ' connected' | wc -l` if [ $c = "1" ] then - echo 'asdf' exit else # Second monitor diff --git a/proj b/proj index c614bc5..3662f4d 100755 --- a/proj +++ b/proj @@ -15,7 +15,7 @@ then dmenu -i -p 'Pick side'` if [ -z "$side" ]; then exit 0; fi - echo "xrandr --output $out --auto $side eDP-1" + echo "xrandr --output $out --auto $side DVI-I-1" xrandr --output $out --auto --$side DVI-I-1 else # Get the display we want to remove