Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #################################
- # Animations #
- #################################
- animations = true;
- animations = (
- {
- match = "window_type = 'notification'";
- triggers = [ "open", "show" ];
- preset = "slide-in"; # Use slide-in for notifications
- direction = "down";
- duration = 0.2;
- }
- );
- #################################
- # Shadows #
- #################################
- shadow = true;
- shadow-radius = 12;
- shadow-opacity = 0.3;
- shadow-offset-x = -7;
- shadow-offset-y = -7;
- # Exclude certain windows from having shadows
- shadow-exclude = [
- "name = 'Notification'",
- "class_g = 'Conky'",
- "class_g ?= 'Notify-osd'",
- "class_g = 'Cairo-clock'",
- "class_g = 'Firefox-esr'",
- "_GTK_FRAME_EXTENTS@"
- ];
- #################################
- # Fading #
- #################################
- fading = true;
- fade-in-step = 0.025;
- fade-out-step = 0.025;
- #################################
- # Transparency / Opacity #
- #################################
- inactive-opacity = 0.8;
- frame-opacity = 0.7;
- inactive-opacity-override = false;
- active-opacity = 0.85;
- focus-exclude = [ "class_g = 'Cairo-clock'" ];
- opacity-rule = [
- "100:class_g = 'Brave-browser'",
- "100:class_g = 'vlc'",
- "100:class_g = 'TelegramDesktop'",
- "100:class_g = 'Firefox-esr'"
- ];
- #################################
- # Corners #
- #################################
- corner-radius = 0;
- rounded-corners-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'"
- ];
- #################################
- # Background-Blurring #
- #################################
- blur: {
- method = "dual_kawase";
- strength = 5;
- background = false;
- background-frame = false;
- background-fixed = false;
- }
- blur-background-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'",
- "class_g = 'Firefox-esr'",
- "_GTK_FRAME_EXTENTS@"
- ];
- #################################
- # General Settings #
- #################################
- 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.85; focus = true; full-shadow = false; };
- dock = { shadow = false; clip-shadow-above = true; };
- dnd = { shadow = false; };
- popup_menu = { opacity = 0.85; };
- dropdown_menu = { opacity = 0.85; };
- };
Advertisement
Add Comment
Please, Sign In to add comment