fixed second monitor check for good xd
This commit is contained in:
parent
11fa2387fb
commit
fe1f60e676
3
newbga
3
newbga
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user