mirror of https://github.com/mitchell/dotfiles.git
Modify bspwm and picom better for polybar
This commit is contained in:
parent
ff2e641182
commit
9ccb100294
|
@ -13,7 +13,7 @@ bspc monitor -d I II III IV V VI VII
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 8
|
bspc config window_gap 8
|
||||||
bspc config top_padding 0
|
bspc config top_padding -8
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
|
|
@ -10,11 +10,11 @@ fade-delta = 5
|
||||||
inactive-opacity = 0.85
|
inactive-opacity = 0.85
|
||||||
|
|
||||||
blur-background = true
|
blur-background = true
|
||||||
blur-kern = "11x11gaussian"
|
blur-kern = "7x7box"
|
||||||
|
|
||||||
vsync = true
|
vsync = true
|
||||||
|
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
dock = { full-shadow = true; };
|
dock = { shadow = false; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue