update
This commit is contained in:
@ -34,21 +34,20 @@ rounded-corners-exclude = [
|
||||
"window_type = 'desktop'"
|
||||
];
|
||||
|
||||
|
||||
#################################
|
||||
# Background-Blurring #
|
||||
#################################
|
||||
|
||||
blur-method = "dual_kawase";
|
||||
blur-size = 12;
|
||||
blur-strength = 8;
|
||||
blur-method = "dual_kawase"
|
||||
blur-size = 12
|
||||
blur-strength = 8
|
||||
blur-kern = "3x3box";
|
||||
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"class_g = 'firefoxdeveloperedition' && window_type = 'popup_menu'",
|
||||
"class_g = 'firefoxdeveloperedition' && window_type = 'utility'",
|
||||
"class_g = 'firefoxdeveloperedition' && window_type = 'popup_menu'",
|
||||
"class_g = 'firefoxdeveloperedition' && window_type = 'utility'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
||||
@ -59,16 +58,15 @@ blur-background-exclude = [
|
||||
backend = "glx";
|
||||
|
||||
vsync = true;
|
||||
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = false
|
||||
#mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
detect-transient = true;
|
||||
use-damage = true;
|
||||
|
||||
log-level = "warn";
|
||||
|
||||
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.9; focus = true; full-shadow = false; };
|
||||
|
Reference in New Issue
Block a user