My configuration files for Debian/Ubuntu applications
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

36 satır
806 B

  1. backend = "glx";
  2. glx-no-stencil = true;
  3. vsync = true;
  4. unredir-if-possible = true;
  5. # Shadow
  6. shadow = true; # Enabled client-side shadows on windows.
  7. shadow-radius = 7; # The blur radius for shadows. (default 12)
  8. shadow-offset-x = -7; # The left offset for shadows. (default -15)
  9. shadow-offset-y = -7; # The top offset for shadows. (default -15)
  10. shadow-exclude = [
  11. "n:e:Notification",
  12. "n:e:Docky",
  13. "g:e:Synapse",
  14. "g:e:Conky",
  15. "n:w:*Firefox*",
  16. "n:w:*Chromium*",
  17. "n:w:*dockbarx*",
  18. "class_g ?= 'Cairo-dock'",
  19. "class_g ?= 'Xfce4-notifyd'",
  20. "class_g ?= 'Xfce4-power-manager'",
  21. "class_g ?= 'Notify-osd'",
  22. "_GTK_FRAME_EXTENTS@:c"
  23. ];
  24. # Opacity
  25. detect-client-opacity = true;
  26. # Window type settings
  27. wintypes:
  28. {
  29. dock = { shadow = false; };
  30. dnd = { shadow = false; };
  31. tooltip = { shadow = false; };
  32. };