Guest User

Untitled

a guest
Nov 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. abdipn@indoxploit:~$ compton --backend glx --config ~/.compton.conf
  2.  
  3. # Shadow
  4. shadow = true;
  5. no-dnd-shadow = true;
  6. no-dock-shadow = true;
  7. clear-shadow = true;
  8. shadow-radius = 5;
  9. shadow-offset-x = -7;
  10. shadow-offset-y = -7;
  11. shadow-opacity = 0.7;
  12. shadow-red = 0.4;
  13. shadow-green = 0.4;
  14. shadow-blue = 0.4;
  15. shadow-exclude = [
  16. # "! name~=''",
  17. # "name = 'Notification'",
  18. # "name = 'Dunst'",
  19. # "name = 'Plank'",
  20. # "name = 'Docky'",
  21. # "name = 'Kupfer'",
  22. # "name = 'xfce4-notifyd'",
  23. # "name = 'dmenu'",
  24. # "name = 'dmenu_run'",
  25. # "name *= 'VLC'",
  26. # "name *= 'compton'",
  27. # "name *= 'Chromium'",
  28. # "name *= 'Chrome'",
  29. # "name *= 'polybar'",
  30. # "class_g = 'Conky'",
  31. # "class_g = 'Kupfer'",
  32. # "class_g = 'Synapse'",
  33. # "class_g ?= 'Notify-osd'",
  34. # "class_g ?= 'Cairo-dock'",
  35. # "class_g ?= 'Xfce4-notifyd'",
  36. # "class_g ?= 'Xfce4-power-manager'",
  37. # "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
  38. # "_GTK_FRAME_EXTENTS@:c",
  39. # "!focused"
  40. #];
  41. # shadow-exclude = "n:e:Notification";
  42. # shadow-exclude-reg = "x10+0+0";
  43. # xinerama-shadow-crop = true;
  44.  
  45. # Opacity
  46. #menu-opacity = 1;
  47. inactive-opacity = 1;
  48. active-opacity = 1;
  49. frame-opacity = 0;
  50. inactive-opacity-override = true;
  51. alpha-step = 0.06;
  52. inactive-dim = 0.1;
  53. inactive-dim-fixed = true;
  54. blur-background = true;
  55. blur-background-frame = true;
  56. blur-method="kawase";
  57. blur-kern = "3x3box";
  58. blur-strength = 5;
  59. blur-background-fixed = true;
  60. blur-background-exclude = [
  61. "window_type = 'dock'",
  62. "window_type = 'desktop'",
  63. "_GTK_FRAME_EXTENTS@:c",
  64. "class_g = 'firefox'",
  65. "class_g = 'Firefox'",
  66. "class_g = 'qutebrowser'",
  67. "class_g = 'feh'"
  68. ];
  69. opacity-rule = [
  70. "80:class_g = 'URxvt'",
  71. "80:class_g = 'Gnome-terminal'",
  72. "85:class_g = 'Nautilus'",
  73. "85:class_g = 'Thunar'",
  74. "85:class_g = 'Transmission-gtk'",
  75. "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
  76. ];
  77.  
  78. # Fading
  79. fading = true;
  80. # fade-delta = 30;
  81. fade-in-step = 0.1;
  82. fade-out-step = 0.1;
  83. # no-fading-openclose = true;
  84. # no-fading-destroyed-argb = true;
  85. fade-exclude = [ ];
  86.  
  87. # Other
  88. backend = "glx";
  89. mark-wmwin-focused = true;
  90. mark-ovredir-focused = true;
  91. # use-ewmh-active-win = true;
  92. detect-rounded-corners = true;
  93. detect-client-opacity = true;
  94. refresh-rate = 00;
  95. vsync = "opengl-oml";
  96. # dbe = true;
  97. paint-on-overlay = true;
  98. # sw-opti = true;
  99. unredir-if-possible = true;
  100. # unredir-if-possible-delay = 5000;
  101. # unredir-if-possible-exclude = [ ];
  102. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  103. detect-transient = true;
  104. detect-client-leader = true;
  105. invert-color-include = [ ];
  106. # resize-damage = 1;
  107.  
  108. # GLX backend
  109. glx-no-stencil = true;
  110. # glx-copy-from-front = false;
  111. glx-use-copysubbuffermesa = true;
  112. glx-swap-method = 3
  113. glx-no-rebind-pixmap = true;
  114. # glx-swap-method = "copy";
  115. # glx-use-gpushader4 = true;
  116. # xrender-sync = true;
  117. # xrender-sync-fence = true;
  118.  
  119. # Window type settings
  120. wintypes:
  121. {
  122. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  123. };
Add Comment
Please, Sign In to add comment