Advertisement
timescam

compton.conf

Nov 1st, 2019
2,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shadow = false;
  2. no-dnd-shadow = true;
  3. no-dock-shadow = true;
  4. clear-shadow = true;
  5. shadow-radius = 7;
  6. shadow-offset-x = -7;
  7. shadow-offset-y = -7;
  8. shadow-opacity = 0.6;
  9. shadow-ignore-shaped = true;
  10. menu-opacity = 1.0;
  11. inactive-opacity = 0.9;
  12. active-opacity = 1.0;
  13. inactive-opacity-override = false;
  14. fading = false;
  15. fade-delta = 8;
  16. fade-in-step = 0.03;
  17. fade-out-step = 0.028;
  18. alpha-step = 0.06;
  19. no-fading-openclose = true;
  20. no-fading-destroyed-argb = false;
  21. backend = "glx";
  22. vsync = "opengl";
  23. mark-wmwin-focused = true;
  24. mark-ovredir-focused = true;
  25. detect-rounded-corners = true;
  26. detect-client-opacity = true;
  27. refresh-rate = 0;
  28. paint-on-overlay = true;
  29. unredir-if-possible = true;
  30. detect-transient = true;
  31. detect-client-leader = true;
  32. glx-no-stencil = true;
  33. glx-no-rebind-pixmap = true;
  34. opacity-rule = [ "85:class_g *?= 'xterm'", "0:_NET_WM_STATE@:32a * = '_NET_WM_STATE_HIDDEN'" ];
  35. shadow-exclude = [ "name *?= 'Notification'", "class_g *?= 'synapse'", "class_g *?= 'jgmenu'", "class_g *?= 'VirtualBox'", "class_g *?= 'Conky'", "class_g *?= 'Notify-osd'", "class_g *?= 'cairo-dock'", "class_g *?= 'trayer'", "class_g *?= 'i3-frame'", "class_g *?= 'firefox'", "class_g *?= 'navigator'", "class_g *?= 'Cairo-clock'", "class_g *?= 'Cairo-dock'", "class_g *?= 'plank'", "class_g *?= 'Docky'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_GTK_FRAME_EXTENTS@:c" ];
  36. focus-exclude = [ "class_g *?= 'Cairo-clock'", "class_g *?= 'Virtualbox'", "class_g *?= 'trayer'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "name *?= 'Authy'" ];
  37. wintypes :
  38. {
  39.   tooltip :
  40.   {
  41.     fade = true;
  42.     shadow = true;
  43.     focus = true;
  44.   };
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement