fix(session): fix launch race between polybar and pipewire

This commit is contained in:
doryan 2025-01-20 03:09:15 +04:00
parent ab55d3ff3c
commit 3f2d962dad
2 changed files with 10 additions and 0 deletions

5
bspwm_session/bspwm.conf Normal file
View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=bspwm
Comment=Binary space partitioning window manager
Exec=/usr/share/xsessions/bspwm.sh
Type=Application

5
bspwm_session/bspwm.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
2&>1
exec pipewire &
exec bspwm