################################# # GLX backend ################################# backend = "glx"; glx-no-stencil = true; glx-no-rebind-pixmap = true; vsync = true; xrender-sync-fence = "true"; glx-swap-method = -1; unredir-if-possible = true; ################################# # Shadows ################################# shadow = true; shadow-radius = 10; shadow-offset-x = -10; shadow-offset-y = -10; shadow-opacity = 0.8; shadow-ignore-shaped = false; ################################# # Opacity ################################# inactive-opacity = 0.9; active-opacity = 1; inactive-opacity-override = false; blur-background = true; blur-background-frame = true; blur-background-fixed = true; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; blur-kern = "3x3box"; blur-method = "kernel"; blur-strength = 10; ################################# # Fading ################################# fading = false; wintypes: { dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 0.8; } dropdown_menu = { opacity = 0.8; } }