diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-07 15:25:33 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-07 15:25:33 +0200 |
| commit | 5e91cd6c9388eeb4d7ac510bfb66f515e34944a0 (patch) | |
| tree | 95c92dd4ab94a31fe3a64f8fda0674156fe00cea /.config/picom/picom.conf | |
| parent | be35ccddeb63db26949183ade5a801593918a597 (diff) | |
stopped using vim mode in zsh. it was annoying
Diffstat (limited to '.config/picom/picom.conf')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
