From 5e91cd6c9388eeb4d7ac510bfb66f515e34944a0 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 7 Apr 2023 15:25:33 +0200 Subject: stopped using vim mode in zsh. it was annoying --- .config/picom/picom.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/picom/picom.conf') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a095613..335f0de 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,11 @@ # just very slightly rounded corners # empty file, just so transparency works on st +backend = "glx"; +blur-kern = "3x3box"; +blur-method = "dual_kawase"; +blur-strength = 2; + opacity-rule = [ "98:class_g = 'SchildiChat' && focused", "98:class_g = 'SchildiChat' && !focused" -- cgit v1.2.3