Update
This commit is contained in:
@@ -101,7 +101,7 @@ frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
|
||||
active-opacity = 1;
|
||||
active-opacity = 0.95;
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
|
||||
# inactive-dim = 0.0
|
||||
@@ -127,9 +127,12 @@ focus-exclude = [
|
||||
# opacity-rule = []
|
||||
opacity-rule = [
|
||||
"100:class_g = 'Polybar'",
|
||||
"96:class_g = 'Rofi'",
|
||||
"100:name = 'Picture in picture'",
|
||||
"100:class_g = 'Rofi'",
|
||||
"100:name = 'Picture in picture'",
|
||||
"100:class_g = 'baka-mplayer'",
|
||||
"100:class_g = 'smplayer'",
|
||||
"100:class_g = 'Google-chrome'",
|
||||
"100:class_g = 'Alacritty'",
|
||||
];
|
||||
|
||||
|
||||
@@ -413,6 +416,6 @@ wintypes:
|
||||
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; full-shadow = false; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 0.8; }
|
||||
popup_menu = { opacity = 1; }
|
||||
dropdown_menu = { opacity = 0.8; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user