mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding picom
This commit is contained in:
63
picom.conf
Normal file
63
picom.conf
Normal file
@@ -0,0 +1,63 @@
|
||||
shadow = false;
|
||||
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.9;
|
||||
frame-opacity = 0.7;
|
||||
inactive-opacity-override = false;
|
||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
corner-radius = 10.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 = "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 = true;
|
||||
opacity = 0.75;
|
||||
focus = true;
|
||||
full-shadow = false;
|
||||
};
|
||||
dock :
|
||||
{
|
||||
shadow = false;
|
||||
clip-shadow-above = false;
|
||||
full-shadow = false;
|
||||
opacity = 1.0;
|
||||
focus = true;
|
||||
};
|
||||
dnd :
|
||||
{
|
||||
shadow = false;
|
||||
};
|
||||
popup_menu :
|
||||
{
|
||||
opacity = 0.8;
|
||||
};
|
||||
dropdown_menu :
|
||||
{
|
||||
opacity = 0.8;
|
||||
};
|
||||
menu :
|
||||
{
|
||||
shadow = false;
|
||||
};
|
||||
};
|
||||
blur-background = true;
|
||||
shadow-opacity = 0.1;
|
||||
blur-background-frame = false;
|
||||
Reference in New Issue
Block a user