feat(config): update bspwm config

This commit is contained in:
doryan 2024-10-24 19:24:50 +04:00
parent 6c21d8c1c3
commit a6ce7128d3

View File

@ -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 &