mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
backend = "glx";
|
|
vsync = true;
|
|
use-damage = true;
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
detect-transient = true;
|
|
|
|
corner-radius = 10;
|
|
rounded-corners-exclude = [
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'",
|
|
"class_g = 'i3-frame'"
|
|
];
|
|
|
|
shadow = true;
|
|
shadow-radius = 18;
|
|
shadow-opacity = 0.55;
|
|
shadow-offset-x = -10;
|
|
shadow-offset-y = -10;
|
|
shadow-exclude = [
|
|
"name = 'Notification'",
|
|
"class_g = 'Conky'",
|
|
"class_g ?= 'Notify-osd'",
|
|
"class_g = 'Cairo-clock'",
|
|
"_GTK_FRAME_EXTENTS@:c",
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'"
|
|
];
|
|
|
|
fading = true;
|
|
fade-in-step = 0.05;
|
|
fade-out-step = 0.05;
|
|
fade-delta = 6;
|
|
|
|
blur-method = "dual_kawase";
|
|
blur-strength = 5;
|
|
blur-background = true;
|
|
blur-background-frame = true;
|
|
blur-background-fixed = false;
|
|
blur-background-exclude = [
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'",
|
|
"class_g = 'i3-frame'",
|
|
"class_g = 'Dunst'",
|
|
"_GTK_FRAME_EXTENTS@:c"
|
|
];
|
|
|
|
opacity-rule = [];
|
|
|
|
wintypes:
|
|
{
|
|
tooltip = { fade = true; shadow = true; opacity = 0.95; focus = true; };
|
|
dock = { shadow = false; };
|
|
dnd = { shadow = false; };
|
|
popup_menu = { opacity = 0.95; };
|
|
dropdown_menu = { opacity = 0.95; };
|
|
};
|