fix(VD + audio): fix virtual desktop display and add pipewire to autostart (idk why pipewire disappears)

This commit is contained in:
doryan 2025-02-13 00:24:36 +04:00
parent ad32cb996b
commit e9ca756b59

View File

@ -1,10 +1,11 @@
#!/bin/sh #!/bin/sh
pipewire &
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x polybar > /dev/null || polybar & pgrep -x polybar > /dev/null || polybar &
bspc monitor DVI-I-1 -d I II III IV V bspc monitor DVI-D-0 -d I II III IV V
bspc monitor HDMI-1 -d VI VII VIII IX X bspc monitor HDMI-0 -d VI VII VIII IX X
bspc config border_width 3 bspc config border_width 3
bspc config window_gap 5 bspc config window_gap 5