From b21032c62be81424d3553b4acbaa1390d23247c6 Mon Sep 17 00:00:00 2001 From: 0scar Date: Wed, 22 Mar 2023 12:07:17 +0100 Subject: Update picom flags --- .config/x/xinitrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/x/xinitrc b/.config/x/xinitrc index b4ae303..cf1e016 100644 --- a/.config/x/xinitrc +++ b/.config/x/xinitrc @@ -3,9 +3,15 @@ systemctl --user import-environment DISPLAY # Notification daemon dunst & -# + # Composite manager, for blur and other neat effects -picom --blur-method dual_kawase --blur-strength 2 --experimental-backends --backend glx & +picom \ + --blur-method dual_kawase --blur-strength 2 --backend glx --glx-no-stencil \ + --fading --fade-in-step 0.05 --fade-out-step 0.1 \ + --corner-radius 10 --detect-rounded-corners \ + --rounded-corners-exclude 'class_g = "dwm"' \ + --rounded-corners-exclude 'window_type = "dock"' \ + --vsync --daemon # Fonts xset +fp "${XDG_FONTS:-$HOME/.local/share/fonts}" -- cgit v1.3