now it's done

This commit is contained in:
Invert White 2023-02-16 04:01:39 -03:00
parent 2cf931d00d
commit 00706b029c

View File

@ -49,8 +49,7 @@ morescreen() { # If multi-monitor is selected and there are more than two screen
} }
whichprimary() { # Check done in order to verify direction inconsistencies in case of choosing tertiary display around the primary one whichprimary() { # Check done in order to verify direction inconsistencies in case of choosing tertiary display around the primary one
if [ "$tertiary_placement" == "$primary" ] if [ "$tertiary_placement" == "$primary" ]; then
then
printf "left-of\\nbelow\\nabove\\nright-of" | grep -v $direction; printf "left-of\\nbelow\\nabove\\nright-of" | grep -v $direction;
else else
printf "left-of\\nbelow\\nabove\\nright-of" | grep -v "$(sideavailability "$direction")"; printf "left-of\\nbelow\\nabove\\nright-of" | grep -v "$(sideavailability "$direction")";