This commit is contained in:
2020-07-20 10:15:45 +09:00
parent be1c48c035
commit bf6886ca3b
17 changed files with 204 additions and 171 deletions

View File

@@ -2,7 +2,7 @@
# Corners #
#################################
# requires: https://github.com/sdhand/compton
corner-radius = 20.0;
corner-radius = 0.0;
rounded-corners-exclude = [
#"window_type = 'normal'",
#"class_g = 'Rofi'",
@@ -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; }
};