Skip to content

Instantly share code, notes, and snippets.

@user
Created July 4, 2016 03:20
Show Gist options
  • Save user/dabd7fd272117512f6b693129abef742 to your computer and use it in GitHub Desktop.
Save user/dabd7fd272117512f6b693129abef742 to your computer and use it in GitHub Desktop.
# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 15; # The blur radius for shadows. (default 12)
shadow-offset-x = -25; # The left offset for shadows. (default -15)
shadow-offset-y = -3; # The top offset for shadows. (default -15)
shadow-opacity = 0.5; # The translucency for shadows. (default .75)
# shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-exclude = '!focused' ; # Exclude conditions for shadows.
shadow-exclude = "n:e:Notification";
shadow-ignore-shaped = true;
# Opacity
menu-opacity = 0.87; # The opacity for menus. (default 1.0)
inactive-opacity = 1.0; # Opacity of inactive windows. (0.1 - 1.0)
frame-opacity = 0.82; # Opacity of window titlebars and borders. (0.1 - 1.0)
inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
blur-background = true;
blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
#blur-kern = "3,3,1,1,1,1,1,1,1,1"
# Blur background of opaque windows with transparent frames as well.
blur-background-frame = false;
# Do not let blur radius adjust based on window opacity.
blur-background-fixed = false;
blur-background-exclude = [
"name = 'bar'",
"name = 'Taskbar'",
"window_type = 'desktop'"
];
# Fading
fading = true; # Fade windows during opacity changes.
# fade-delta = 30; # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.1; # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.1; # Opacity change between steps while fading out. (default 0.03).
# no-fading-openclose = true; # Fade windows in/out when opening/closing.
# Other
inactive-dim = 0; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
mark-wmwin-focused = false; # Try to detect WM windows and mark them as active.
mark-ovredir-focused = false;
detect-rounded-corners = false;
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.8; };
};
##excluded apps
#shadow-exclude = [ "g:si:Conky" ];
@ManojSatishkumar
Copy link

What configuration is this ?

@user
Copy link
Author

user commented Feb 25, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment