feat(config): update bspwm config
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
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
|
||||||
@@ -20,18 +23,12 @@ bspc config pointer_action3 resize_corner
|
|||||||
bspc rule -a scratch sticky=on state=floating focus=on
|
bspc rule -a scratch sticky=on state=floating focus=on
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle true
|
|
||||||
bspc config gapless_monocle true
|
|
||||||
|
|
||||||
bspc config active_border_color "#E0A3B6"
|
bspc config active_border_color "#E0A3B6"
|
||||||
bspc config normal_border_color "#8393A1"
|
bspc config normal_border_color "#8393A1"
|
||||||
bspc config focused_border_color "#93D4C5"
|
bspc config focused_border_color "#93D4C5"
|
||||||
|
|
||||||
sxhkd &
|
|
||||||
picom &
|
picom &
|
||||||
feh --bg-fill ~/.bg/bg_3.jpg ~/.bg/bg_3.jpg &
|
feh --bg-fill ~/.bg/bg_3.png ~/.bg/bg_3.jpg &
|
||||||
dunst &
|
dunst &
|
||||||
xsetroot -cursor_name left_ptr &
|
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 &
|
|
||||||
|
|||||||
Reference in New Issue
Block a user