Upload files to ".config"
This commit is contained in:
parent
4f12817204
commit
cc37116512
1 changed files with 53 additions and 0 deletions
53
.config/picom.conf
Normal file
53
.config/picom.conf
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
shadow = true;
|
||||
shadow-radius = 7;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "_GTK_FRAME_EXTENTS@:c" ];
|
||||
fading = true;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.03;
|
||||
inactive-opacity = 0.8;
|
||||
frame-opacity = 0.7;
|
||||
inactive-opacity-override = false;
|
||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
corner-radius = 0;
|
||||
rounded-corners-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
||||
blur-kern = "3x3box";
|
||||
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c" ];
|
||||
backend = "xrender";
|
||||
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 = true;
|
||||
opacity = 0.75;
|
||||
focus = true;
|
||||
full-shadow = false;
|
||||
};
|
||||
dock :
|
||||
{
|
||||
shadow = false;
|
||||
clip-shadow-above = true;
|
||||
};
|
||||
dnd :
|
||||
{
|
||||
shadow = false;
|
||||
};
|
||||
popup_menu :
|
||||
{
|
||||
opacity = 0.8;
|
||||
};
|
||||
dropdown_menu :
|
||||
{
|
||||
opacity = 0.8;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue