diff options
Diffstat (limited to 'config/compton.conf')
-rw-r--r-- | config/compton.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/compton.conf b/config/compton.conf deleted file mode 100644 index 883e0f7..0000000 --- a/config/compton.conf +++ /dev/null @@ -1,15 +0,0 @@ -# Shadow - -backend = "glx"; -vsync = "opengl-swc"; - -shadow = true; -no-dnd-shadow = true; -no-dock-shadow = true; -clear-shadow = true; -shadow-radius = 6; -shadow-offset-x = -9; -shadow-offset-y = -8; -shadow-opacity = 0.7; -frame-opacity = 0.8; -shadow-exclude = [ "_BSPWM_FLOATING_WINDOW:32c = 0" ]; |