This commit is contained in:
Luke Smith 2018-12-20 14:24:50 -05:00
parent 865ffa2f38
commit df08e2a47b

View file

@ -13,7 +13,7 @@ twoscreen() { # If multi-monitor is selected and there are two screens.
}
morescreen() { # If multi-monitor is selected and there are more than two screens.
primary=$(echo "$screens" | dmenu -i -p "asdf")
primary=$(echo "$screens" | dmenu -i -p "Select primary display:")
secondary=$(echo "$screens" | grep -v "$primary" | dmenu -i -p "Select secondary display:")
direction=$(printf "left\\nright" | dmenu -i -p "What side of $primary should $secondary be on?")
tertiary=$(echo "$screens" | grep -v "$primary" | grep -v "$secondary" | dmenu -i -p "Select third display:")