mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
terminal: tweak opacity/blur visuals
This commit is contained in:
@ -26,7 +26,7 @@ xinerama-shadow-crop = true;
|
||||
# Opacity
|
||||
frame-opacity = 1.0;
|
||||
# active-opacity = 0.8;
|
||||
inactive-opacity = 0.7;
|
||||
inactive-opacity = 0.6;
|
||||
inactive-opacity-override = true;
|
||||
# inactive-dim = 0.2;
|
||||
# inactive-dim-fixed = true;
|
||||
@ -38,7 +38,7 @@ opacity-rule = [
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 43;
|
||||
size = 47;
|
||||
deviation = 25.0;
|
||||
};
|
||||
blur-background-frame = true;
|
||||
|
Reference in New Issue
Block a user