From 89d4eab0f3cdd2807480a828f4eba595bc106f8d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 19 Oct 2021 12:04:20 +0300 Subject: picom: kawase deprecated --- .config/picom/picom.conf##h.lowe | 4 ++-- .config/picom/picom.conf##h.luchs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/picom/picom.conf##h.lowe b/.config/picom/picom.conf##h.lowe index e8045f4..ed04faf 100644 --- a/.config/picom/picom.conf##h.lowe +++ b/.config/picom/picom.conf##h.lowe @@ -11,7 +11,7 @@ shadow-opacity = 0.8; blur: { - method = "kawase"; + method = "dual_kawase"; strength = 7; background = false; background-frame = false; @@ -39,7 +39,7 @@ opacity-rule = [ "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", - "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" + "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", ]; # fading diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs index 93022a9..93888a5 100644 --- a/.config/picom/picom.conf##h.luchs +++ b/.config/picom/picom.conf##h.luchs @@ -23,7 +23,7 @@ rounded-corners-exclude = [ blur: { - method = "kawase"; + method = "dual_kawase"; strength = 7; background = false; background-frame = false; -- cgit v1.2.3-61-g4310