mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add picom to bspwm startup
This commit is contained in:
parent
4283dbae4c
commit
ec784573d1
3 changed files with 17 additions and 0 deletions
15
.config/picom/picom.conf
Normal file
15
.config/picom/picom.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
backend = "glx"
|
||||
xrender-sync-fence = true
|
||||
|
||||
shadow = true
|
||||
shadow-radius = 14
|
||||
|
||||
fading = true
|
||||
fade-delta = 5
|
||||
|
||||
inactive-opacity = 0.8
|
||||
|
||||
blur-background = true
|
||||
blur-kern = "11x11gaussian"
|
||||
|
||||
vsync = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue