* - dotfiles - dark dots
HTML git clone https://git.drkhsh.at/dotfiles
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit bf808c19f50295a04c2c8abb2621315cfbd9ec8d
DIR parent 963f91aac3ba25562c8b67802ae4027fdc9dde36
HTML Author: drkhsh <me@drkhsh.at>
Date: Thu, 9 Oct 2025 15:25:14 +0200
*
Diffstat:
M picom/.config/picom.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
@@ -46,13 +46,13 @@ rules: ({
shadow = false;
},{
match = "class_g = 'webex'";
- opacity = 0.98;
+ opacity = 0.96;
},{
match = "class_g = 'Signal'";
- opacity = 0.95;
+ opacity = 0.96;
},{
match = "class_g = 'feishin'";
- opacity = 0.95;
+ opacity = 0.96;
},{
match = "! _IS_FLOATING@:32c = 1";
shadow = false;