init: repo creation
This commit is contained in:
49
.config/picom/picom.conf
Executable file
49
.config/picom/picom.conf
Executable file
@@ -0,0 +1,49 @@
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
|
||||
shadow = true;
|
||||
dock = { shadow = false; };
|
||||
dnd = { shadow = false; };
|
||||
shadow-radius = 7;
|
||||
shadow-offset-x = -10;
|
||||
shadow-offset-y = -10;
|
||||
shadow-exclude =
|
||||
[
|
||||
"n:e:Notification",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_g = 'firefox' && argb"
|
||||
];
|
||||
shadow-ignore-shaped = true;
|
||||
|
||||
blur-background-fixed = false;
|
||||
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
||||
|
||||
fading = true;
|
||||
fade-delta = 7;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
fade-exclude = [];
|
||||
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
use-ewmh-active-win = false;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 60;
|
||||
dbe = false;
|
||||
unredir-if-possible = false;
|
||||
focus-exclude = [];
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
invert-color-include = [];
|
||||
|
||||
wintypes: {
|
||||
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
|
||||
};
|
||||
|
||||
inactive-opacity = 0.95
|
||||
opacity-rule =
|
||||
[
|
||||
"100:name *= 'mantablockscreen'",
|
||||
"100:class_g = 'Firefox'"
|
||||
];
|
||||
Reference in New Issue
Block a user