Tatami replaces centered floating master because the floating part can

be toggled now
This commit is contained in:
speedie 2022-11-16 20:49:37 +01:00
parent 8a8d5ff177
commit 3e1eceee2b

View file

@ -68,7 +68,7 @@ L3="$(printf "L3: Monocle\n")"
L4="$(printf "L4: Grid\n")" L4="$(printf "L4: Grid\n")"
L5="$(printf "L5: Deck\n")" L5="$(printf "L5: Deck\n")"
L6="$(printf "L6: Centered Master\n")" L6="$(printf "L6: Centered Master\n")"
L7="$(printf "L7: Centered Floating Master\n")" L7="$(printf "L7: Tatami\n")"
L8="$(printf "L8: Dwindle\n")" L8="$(printf "L8: Dwindle\n")"
L9="$(printf "L9: Spiral\n")" L9="$(printf "L9: Spiral\n")"
L10="$(printf "L10: Bottom Stack (Vertical)\n")" L10="$(printf "L10: Bottom Stack (Vertical)\n")"
@ -103,7 +103,7 @@ case "$SEL_LAYOUT" in
"L4: Grid") speedwm -s "#cmd:4" ;; "L4: Grid") speedwm -s "#cmd:4" ;;
"L5: Deck") speedwm -s "#cmd:5" ;; "L5: Deck") speedwm -s "#cmd:5" ;;
"L6: Centered Master") speedwm -s "#cmd:6" ;; "L6: Centered Master") speedwm -s "#cmd:6" ;;
"L7: Centered Floating Master") speedwm -s "#cmd:7" ;; "L7: Tatami") speedwm -s "#cmd:7" ;;
"L8: Dwindle") speedwm -s "#cmd:8" ;; "L8: Dwindle") speedwm -s "#cmd:8" ;;
"L9: Spiral") speedwm -s "#cmd:9" ;; "L9: Spiral") speedwm -s "#cmd:9" ;;
"L10: Bottom Stack (Vertical)") speedwm -s "#cmd:10" ;; "L10: Bottom Stack (Vertical)") speedwm -s "#cmd:10" ;;