diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 81890d4..3b217d8 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -1,6 +1,9 @@ #!/bin/sh pgrep -x sxhkd > /dev/null || sxhkd & +pgrep -x polybar > /dev/null || polybar & +pgrep -x pipewire > /dev/null || pipewire & +pgrep -x pipewire-pulse > /dev/null || pipewire-pulse & bspc monitor DVI-I-1 -d I II III IV V bspc monitor HDMI-1 -d VI VII VIII IX X @@ -20,18 +23,12 @@ bspc config pointer_action3 resize_corner bspc rule -a scratch sticky=on state=floating focus=on bspc config split_ratio 0.52 -bspc config borderless_monocle true -bspc config gapless_monocle true bspc config active_border_color "#E0A3B6" bspc config normal_border_color "#8393A1" bspc config focused_border_color "#93D4C5" -sxhkd & picom & -feh --bg-fill ~/.bg/bg_3.jpg ~/.bg/bg_3.jpg & +feh --bg-fill ~/.bg/bg_3.png ~/.bg/bg_3.jpg & dunst & xsetroot -cursor_name left_ptr & -pgrep -x polybar > /dev/null || polybar & -pgrep -x pipewire > /dev/null || pipewire & -pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &