fixed second monitor check for good xd

This commit is contained in:
shockrah 2019-10-20 13:08:45 -07:00
parent 11fa2387fb
commit fe1f60e676

3
newbga
View File

@ -34,8 +34,9 @@ echo "$pape1" > $HOME/.cache/newbga_img
# Quick check if we even have a second monitor at all # Quick check if we even have a second monitor at all
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