7 lines
125 B
Text
7 lines
125 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
source "$HOME/.config/bspwm/common"
|
||
|
|
||
|
bspc desktop -t floating
|
||
|
bspc control --get-status > "$panel_fifo"
|