Guest User

Untitled

a guest
Jul 30th, 2023
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. #backend = "xrender";
  2. #vsync = "drm";
  3. #refresh-rate = 0;
  4. #sw-opti = false;
  5. # Opacity
  6. #menu-opacity = 0.8;
  7. inactive-opacity = 0.8;
  8. # active-opacity = 0.8;
  9. #frame-opacity = 0.7;
  10. #inactive-opacity-override = false;
  11. #alpha-step = 0.06;
  12. # inactive-dim = 0.2;
  13. # inactive-dim-fixed = true;
  14. # blur-background = true;
  15. # blur-background-frame = true;
  16. #blur-kern = "3x3box";
  17. # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
  18. # blur-background-fixed = true;
  19. #blur-background-exclude = [
  20. # "window_type = 'dock'",
  21. # "window_type = 'desktop'",
  22. # "_GTK_FRAME_EXTENTS@:c"
  23. #];
  24. # opacity-rule = [ "80:class_g = 'URxvt'" ];
  25. #focus-exclude = [ "class_g = 'mpv'" ];
  26. #opacity-rule = [ "99:_NET_WM_STATE@:a *= 'ABOVE'" ];
  27.  
  28. # Shadow
  29. shadow = true;
  30. #no-dnd-shadow = true;
  31. #no-dock-shadow = true;
  32. #clear-shadow = true;
  33. shadow-radius = 4;
  34. shadow-offset-x = -3;
  35. shadow-offset-y = -3;
  36. shadow-opacity = 0.7;
  37. # shadow-red = 0.0;
  38. # shadow-green = 0.0;
  39. # shadow-blue = 0.0;
  40. shadow-exclude = [
  41. "name = 'Notification'",
  42. # "class_g = 'Firefox'",
  43. "class_g = 'firefox-esr'",
  44. "class_g = 'Conky'",
  45. "class_g ?= 'Notify-osd'",
  46. "class_g = 'Cairo-clock'",
  47. "_GTK_FRAME_EXTENTS@:c"
  48. ];
  49. # shadow-exclude = "n:e:Notification";
  50. # shadow-exclude-reg = "x10+0+0";
  51. # xinerama-shadow-crop = true;
Advertisement
Add Comment
Please, Sign In to add comment