diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-07-15 19:06:51 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-07-15 19:06:51 +0000 |
| commit | 7b585f80369ce05fb6ef642ffd4eb3fe3805ed41 (patch) | |
| tree | 126921fd35419f09da7b468e8079c32b2d6a8e60 /compton/.config | |
| parent | 8fadf0e57f6117f457d028fc5de3ea8266ed48ff (diff) | |
updates from deb
Diffstat (limited to 'compton/.config')
| -rw-r--r-- | compton/.config/compton.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 8bc64ff..f42a5f8 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -121,7 +121,7 @@ fade-out-step = 0.06; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 0.8; -inactive-opacity = 0.4; +inactive-opacity = 0.6; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) frame-opacity = 1; @@ -135,7 +135,7 @@ frame-opacity = 1; inactive-opacity-override = true; # Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) -active-opacity = 0.8; +active-opacity = 1.0; # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) # inactive-dim = 0.5; @@ -148,6 +148,7 @@ focus-exclude = [ "class_g *= 'Vivaldi'", "class_g *= 'Brave'", "class_g = 'Mattermost'", + "class_g = 'KeePassXC'", "class_g = 'Signal'" ] |
