diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index caab67e..be65d04 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,6 +4,7 @@ setxkbmap -option altwin:swap_alt_win setxkbmap -option ctrl:swapcaps sxhkd & wmname LG3D +picom -b bspc monitor -d I II III IV V VI VII diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..aae44bb --- /dev/null +++ b/.config/picom/picom.conf @@ -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 diff --git a/sync b/sync index 2ba37b2..3fb6ccf 100755 --- a/sync +++ b/sync @@ -21,6 +21,7 @@ rsync -aP ./.config/kitty ~/.config/ rsync -aP ./.config/nvim ~/.config/ rsync -aP ./.config/bspwm ~/.config/ rsync -aP ./.config/sxhkd ~/.config/ +rsync -aP ./.config/picom ~/.config/ rsync -aP ./.gitconfig ~/ rsync -aP ./.tmux* ~/ rsync -aP ./.vim* ~/