1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # configuration
- backend = "glx";
- vsync = "opengl";
- vsync-use-glfinish = true;
- paint-on-overlay = true;
- glx-no-stencil = true;
- glx-no-rebind-pixmap = true;
- glx-copy-from-front = false;
- glx-swap-method = "undefined";
- # shadows
- shadow = false;
- shadow-radius = 6;
- shadow-offset-x = -6;
- shadow-offset-y = -5;
- shadow-opacity = 0.25;
- no-dnd-shadow = true;
- no-dock-shadow = true;
- clear-shadow = true;
- shadow-ignore-shaped = false;
- shadow-exclude = [
- "name = 'URxvt'",
- "class_g = 'slop'",
- "n:s:dunst",
- "class_g = 'gnome-screenshot'"
- ];
- # blur
- # blur-background = true;
- # blur-kern = "7x7box";
- # blur-background-frame = true;
- # blur-background-fixed = true;
- # blur-background-exclude = [
- # "window_type = 'dock'",
- # "window_type = 'desktop'",
- # "class_g ?= 'gnome-screenshot'"
- # ];
- # fading
- fade = false
|