Created
July 28, 2022 11:47
-
-
Save Icy-Thought/3282fe376ce971a4df521898cc1ab242 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
active-opacity=1.000000; | |
animation-clamping=false; | |
animation-dampening=15; | |
animation-for-open-window="zoom"; | |
animation-for-transient-window="slide-up"; | |
animation-for-unmap-window="zoom"; | |
animation-stiffness=170; | |
animation-window-mass=0.800000; | |
animations=true; | |
backend="glx"; | |
blur-background=false; | |
blur-background-fixed=false; | |
blur-background-frame=false; | |
corner-radius=10; | |
daemon=false; | |
dbus=false; | |
detect-client-leader=true; | |
detect-client-opacity=true; | |
detect-rounded-corners=true; | |
detect-transient=true; | |
fade-delta=2; | |
fade-exclude=[ ]; | |
fade-in-step=0.025000; | |
fade-out-step=0.025000; | |
fading=true; | |
focus-exclude=[ "class_g ?= 'rofi'" , "class_g ?= 'Steam'" ]; | |
glx-no-stencil=true; | |
inactive-opacity=0.650000; | |
inactive-opacity-override=false; | |
invert-color-include=[ ]; | |
mark-ovredir-focused=true; | |
mark-wmwin-focused=true; | |
opacity-rule=[ "100:window_type = 'combo'" , "100:window_type = 'desktop'" , "100:window_type = 'dialog'" , "100:window_type = 'dnd'" , "100:window_type = 'dock'" , "100:window_type = 'dropdown_menu'" , "100:window_type = 'menu'" , "100:window_type = 'normal'" , "100:window_type = 'notification'" , "100:window_type = 'popup_menu'" , "100:window_type = 'splash'" , "100:window_type = 'toolbar'" , "100:window_type = 'unknown'" , "100:window_type = 'utility'" ]; | |
round-borders=0; | |
round-borders-exclude=[ "! name~=''" ]; | |
rounded-corners-exclude=[ "! name~=''" , "window_type = 'dock'" , "window_type = 'desktop'" ]; | |
shadow=false; | |
shadow-exclude=[ "! name~=''" , "_COMPTON_SHADOW@:32c = 0" , "_GTK_FRAME_EXTENTS@:c" , "class_g = 'firefox-aurora' && window_type = 'popup_menu'" , "class_g = 'firefox-aurora' && window_type = 'tooltip'" , "class_g = 'firefox-aurora' && window_type = 'utility'" , "class_g = 'Rofi'" , "class_g = 'slop'" , "window_type = 'desktop'" , "window_type = 'dnd'" , "window_type = 'dock'" , "window_type = 'notification'" , "window_type = 'toolbar'" , "window_type = 'utility'" ]; | |
shadow-offset-x=-7; | |
shadow-offset-y=-7; | |
shadow-opacity=0.750000; | |
shadow-radius=10; | |
transparent-clipping=false; | |
unredir-if-possible=false; | |
unredir-if-possible-exclude=[ ]; | |
use-damage=false; | |
vsync=true; | |
wintypes:{ dock={ animation="slide-down"; }; toolbar={ animation="slide-down"; }; }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment