diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-01 15:59:07 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-01 15:59:07 +0200 |
| commit | be35ccddeb63db26949183ade5a801593918a597 (patch) | |
| tree | 565279ea3e051da6d96197d82bbce2ea49ff0310 /.config/picom | |
| parent | e1737dbd191446d53d4687426eae682d31270b62 (diff) | |
removed emacs configs
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f3eb671..a095613 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -2,8 +2,8 @@ # empty file, just so transparency works on st opacity-rule = [ - "90:class_g = 'SchildiChat' && focused", - "90:class_g = 'SchildiChat' && !focused" + "98:class_g = 'SchildiChat' && focused", + "98:class_g = 'SchildiChat' && !focused" ] # corner-radius = 6 |
