Advertisement
Guest User

compton.conf

a guest
Aug 19th, 2016
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. backend = "glx";
  2. vsync = "opengl-swc";
  3.  
  4. shadow = true;
  5. no-dock-shadow = true;
  6. no-dnd-shadow = true;
  7. clear-shadow = true;
  8.  
  9. shadow-radius = 10;
  10. shadow-offset-x = -5;
  11. shadow-offset-y = 0;
  12. shadow-opacity = 0.8;
  13. shadow-red = 0.11;
  14. shadow-green = 0.12;
  15. shadow-blue = 0.13;
  16. shadow-exclude = [
  17. "name = 'Notification'",
  18. "_GTK_FRAME_EXTENTS@:c",
  19. "class_g = 'i3-frame'",
  20. "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
  21. "!I3_FLOATING_WINDOW@:c"
  22. ];
  23. shadow-ignore-shaped = true;
  24.  
  25. alpha-step = 0.06;
  26. blur-background = false;
  27. blur-background-fixed = true;
  28. blur-kern = "7x7box";
  29. blur-background-exclude = [
  30. "class_g = 'i3-frame'",
  31. "window_type = 'dock'",
  32. "window_type = 'desktop'",
  33. "_GTK_FRAME_EXTENTS@:c"
  34. ];
  35.  
  36. opacity-rule = [
  37. "97:class_g = 'Termite' && !_NET_WM_STATE@:32a",
  38. "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
  39. "90:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
  40. ];
  41.  
  42. fading = false;
  43. fade-delta = 7;
  44. fade-in-step = 0.05;
  45. fade-out-step = 0.05;
  46. fade-exclude = [];
  47.  
  48. mark-wmwin-focused = true;
  49. mark-ovredir-focused = true;
  50. use-ewmh-active-win = true;
  51. detect-rounded-corners = true;
  52. detect-client-opacity = true;
  53. refresh-rate = 0;
  54. dbe = false;
  55. paint-on-overlay = true;
  56. glx-no-stencil = true;
  57. glx-copy-from-front = false;
  58. glx-swap-method = "undefined";
  59. sw-opti = true;
  60. unredir-if-possible = false;
  61. focus-exclude = [];
  62. detect-transient = true;
  63. detect-client-leader = true;
  64. invert-color-include = [];
  65.  
  66. wintypes: {
  67. tooltip = { fade = true; shadow = false; opacity = 1.00; focus = true; };
  68. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement