From 0effeb9f521c3aa539b912a73cca1701ed5cabf4 Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 13 Oct 2022 01:43:05 +0800 Subject: [PATCH] Update picom config: add blur effect --- .config/picom/picom.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 69e4a35..f4d7e9a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -30,9 +30,17 @@ rounded-corners-exclude = [ "_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL' && IS_FLOATING@:s != 'True'", "QTILE_INTERNAL@:32c = 1", + "window_type = 'tooltip'", "class_g = 'mpv'" ]; +################################# +# Background-Blurring # +################################# + +blur-method = "dual_kawase" +blur-strength = 6 + ################################# # General Settings # #################################