1
0
Fork 0
vdotfiles/bspwm/bsptl

10 lines
174 B
Text
Raw Normal View History

#!/usr/bin/env bash
bsp_status=$( bspc control --get-status )
layout="${bsp_status##*:}"
case "$layout" in
LT) bspc desktop -l monocle;;
LM) bspc desktop -l tiled;;
esac