mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Remove useless sleep instruction in example panel
I mis-interpreted a personal problem as general.
This commit is contained in:
parent
40f7a438a6
commit
a25b480a3d
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ fi
|
|||
|
||||
trap 'trap - TERM; kill 0' INT TERM QUIT EXIT
|
||||
|
||||
sleep 0.1
|
||||
|
||||
flavor=${1:-bar}
|
||||
|
||||
[ -e "$PANEL_FIFO" ] && rm "$PANEL_FIFO"
|
||||
|
|
Loading…
Add table
Reference in a new issue