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