fix(session): fix launch race between polybar and pipewire
This commit is contained in:
parent
ab55d3ff3c
commit
3f2d962dad
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Name=bspwm
|
||||
Comment=Binary space partitioning window manager
|
||||
Exec=/usr/share/xsessions/bspwm.sh
|
||||
Type=Application
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
2&>1
|
||||
exec pipewire &
|
||||
exec bspwm
|
Loading…
Reference in New Issue