backend = "glx"; shadow = true; {% if yadm.hostname == "thoncc" %} shadow-radius = 24; shadow-opacity = 0.15; shadow-offset-y = -24; shadow-offset-x = -24; {% else %} shadow-radius = 48; shadow-opacity = 0.3; shadow-offset-y = -48; shadow-offset-x = -48; {% endif %} corner-radius = 8; shadow-exclude = [ "!I3_FLOATING_WINDOW@:c && class_g != 'st' && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'", "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s = 'st'" ] rounded-corners-exclude = [ "!I3_FLOATING_WINDOW@:c && WM_CLASS@:s != 'rofi' && WM_CLASS@:s != 'dunst'" ] wintypes: { dock = { shadow = false; opacity = 0.999; }; desktop = { shadow = false; }; tooltip = { fade = true; shadow = false; opacity = 1; }; menu = { fade = false; }; utility = { shadow = false; }; }; animations = true; animation-stiffness-tag-change = 350.0; animation-stiffness-in-tag = 350.0; animation-window-mass = 0.8; animation-dampening = 25.0; animation-for-open-window = "none"; animation-clamping = false;