diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b57219a..4f9130c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -295,7 +295,7 @@ rules: ({ match = "window_type = 'tooltip'"; fade = false; shadow = true; - opacity = 0.75; + opacity = 1.0; full-shadow = false; }, { match = "window_type = 'dock' || " |
