mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
4 lines
114 B
Bash
Executable file
4 lines
114 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -e "$PANEL_FIFO" ] && bspc subscribe report > "$PANEL_FIFO" &
|
|
pgrep -x panel > /dev/null || panel &
|