1
0
Fork 0
vdotfiles/bspwm/bsptl

9 lines
174 B
Bash
Executable file

#!/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