mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
now it's done
This commit is contained in:
parent
2cf931d00d
commit
00706b029c
@ -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")";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user