-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIcom blur incompatibility #63
Comments
just copy my config everything will work fine, i have i3 on endeavour os and this rocks with my optimus laptop:
|
Same error here. Here's my blur-related picom config (without commented lines): blur-method = "dual_kawase"
blur-strength = 4
blur-background = true
blur-background-frame = false
blur-background-fixed = true
blur-kern = "3x3box";
blur-background-exclude = [
"role = 'xborder'",
"role = 'xborders'",
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c",
];
blur-exclude = [
"(class_g = 'firefox' || class_g = 'Navigator' || class_g = 'WebApp-chapi7287') && (window_type = 'popup_menu' || window_type = 'utility')",
"(name *= 'Firefox' || name *= 'Thunderbird') && (window_type = 'utility' || window_type = 'popup_menu') && argb",
"(class_g = 'obsidian') && (window_type = 'popup_menu' || window_type = 'utility')",
"role = 'xborder'",
"role = 'xborders'",
]; Also, my general settings (without commented lines): backend = "glx"
vsync = true;
mark-wmwin-focused = true;
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 = false; opacity = 0.75; focus = true; full-shadow = false; blur-background = false;}
dock = { shadow = false; clip-shadow-above = true;blur-background = false;}
dnd = { shadow = false;blur-background = false;}
popup_menu = { opacity = 0.8; blur-background = true;}
dropdown_menu = { opacity = 0.8; blur-background = true;}
utility = { fade = true; shadow = false; focus = true; blur-background = true;}
menu = { shadow = false; blur-background = true;}
scratchpad = { rounded-corners = true; corner-radius = 2 }
}; I must also say, that I get a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't work if using blur in picom configuration:
Commenting those lines, everything seems to be working properly.
OS: Arch Linux
WM: i3
The text was updated successfully, but these errors were encountered: