changed base monitor
This commit is contained in:
parent
fe1f60e676
commit
3b87f10fbc
1
newbga
1
newbga
@ -36,7 +36,6 @@ echo "$pape1" > $HOME/.cache/newbga_img
|
|||||||
c=`xrandr | grep ' connected' | wc -l`
|
c=`xrandr | grep ' connected' | wc -l`
|
||||||
if [ $c = "1" ]
|
if [ $c = "1" ]
|
||||||
then
|
then
|
||||||
echo 'asdf'
|
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
# Second monitor
|
# Second monitor
|
||||||
|
2
proj
2
proj
@ -15,7 +15,7 @@ then
|
|||||||
dmenu -i -p 'Pick side'`
|
dmenu -i -p 'Pick side'`
|
||||||
if [ -z "$side" ]; then exit 0; fi
|
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
|
xrandr --output $out --auto --$side DVI-I-1
|
||||||
else
|
else
|
||||||
# Get the display we want to remove
|
# Get the display we want to remove
|
||||||
|
Loading…
Reference in New Issue
Block a user