changed base monitor

This commit is contained in:
shockrah 2019-12-22 22:52:46 -08:00
parent fe1f60e676
commit 3b87f10fbc
2 changed files with 1 additions and 2 deletions

1
newbga
View File

@ -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

2
proj
View File

@ -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