diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-29 01:02:18 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-29 01:02:18 +0200 |
| commit | 80b24533bc04f4fc0d5ff6154c5893b23d4b4ced (patch) | |
| tree | 5fa0f5ab8ea8d55d5ede1203add27f661d162f1c /config | |
| parent | 343c4d6d7d5e3b5d6ac8d06e9a61920ebbebde29 (diff) | |
feat(picom): reduce opacity for active app
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 0d505bc..1c6b333 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -17,7 +17,7 @@ fade-exclude = [ ]; ## opacity -active-opacity = 0.9; +active-opacity = 0.85; inactive-opacity = 0.6; frame-opacity = 0.7; opacity-rule = [ |
