mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#! /bin/sh
|
|
|
|
panel &
|
|
bspc subscribe report > "$PANEL_FIFO" &
|
|
bspc config top_padding $PANEL_HEIGHT
|