Huge refractor and many fixes for dock, icons(again) etc

This commit is contained in:
Kievits Rene
2022-04-18 13:29:50 +02:00
parent adcc361891
commit b1a4b38024
123 changed files with 925 additions and 1019 deletions

View File

@@ -94,6 +94,7 @@ blur-background-fixed = true;
blur-background-exclude = [
#"name *= 'polybar'",
"window_type = 'dock'",
"_GTK_FRAME_EXTENTS@:c"
];
@@ -148,8 +149,8 @@ transparent-clipping = false;
show-all-xerrors = true;
wintypes: {
tooltip = { fade = true; shadow = false; focus = false; };
normal = { shadow = true; };
dock = { shadow = false; };
tooltip = { fade = true; focus = false; };
normal = { shadow = true; blur-background = false; };
dock = { shadow = false; blur-background = false;};
desktop = { shadow = true; blur-background = false; };
};