feat(bspwm): update script
This commit is contained in:
parent
b0d548024d
commit
e4519ef5b3
|
@ -1,10 +1,5 @@
|
||||||
#!/bin/sh
|
#!/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 DVI-I-1 -d I II III IV V
|
||||||
bspc monitor HDMI-1 -d VI VII VIII IX X
|
bspc monitor HDMI-1 -d VI VII VIII IX X
|
||||||
|
|
||||||
|
@ -29,6 +24,9 @@ bspc config normal_border_color "#8393A1"
|
||||||
bspc config focused_border_color "#93D4C5"
|
bspc config focused_border_color "#93D4C5"
|
||||||
|
|
||||||
picom &
|
picom &
|
||||||
feh --bg-fill ~/.bg/bg_3.png ~/.bg/bg_3.jpg &
|
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.jpg &
|
||||||
|
pipewire -v 2>/home/doryan/.config/bspwm/log&
|
||||||
dunst &
|
dunst &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
pgrep -x polybar > /dev/null || polybar 2>/home/doryan/.config/bspwm/log&
|
||||||
|
|
Loading…
Reference in New Issue