CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by Hanna on Sat 31st Jan 10:00 (modification of post by view diff)
download | new post

  1. # desktop layout
  2. # set both to -1 to use default values (set by window manager)
  3. cols = 6
  4. rows = 1
  5.  
  6. # window geometry
  7. # set height to 0 to make it automatically calculated
  8. geometry = "160x20-1120+780"
  9.  
  10. # show window title popups?
  11. show_popups = true
  12.  
  13. # show sticky windows in pager?
  14. show_sticky = false
  15.  
  16. # show window titles in pager?
  17. show_titles = false
  18.  
  19. # below, normal, above
  20. layer = "below"
  21.  
  22. # opacity. 0.0 = transparent, 1.0 = normal
  23. # Requires Xcomposite extension in X and
  24. # xcompmgr or composition manager in WM.
  25. opacity = 0.60
  26.  
  27. # allow other windows to cover pager?
  28. #allow_cover = false
  29.  
  30. # -- fonts --
  31. # run `fc-list' to see available fonts
  32. #
  33. # format: "<family>:<option>=<value>:<option>=<value>..."
  34. #
  35. # some options:
  36. #   size       font size
  37. #   weight     light, medium, demibold, bold or black
  38. #   slant      roman, italic or oblique
  39. #   antialias  true or false
  40. #
  41. # More information: http://www.keithp.com/~keithp/render/Xft.tutorial
  42.  
  43. popup_font = "Monospace:size=8"
  44. window_font = "Monospace:size=6"
  45.  
  46. # -- colors --
  47.  
  48. active_desk_color = "rgb:33/33/33"
  49. inactive_desk_color = "rgb:26/26/26"
  50. win_border_color = "rgb:0/0/0"
  51. grid_color = "rgb:22/22/22"
  52.  
  53. active_win_color = "rgb:47/77/4e"
  54. active_win_font_color = "rgb:0/0/0"
  55.  
  56. inactive_win_color = "rgb:44/44/44"
  57. inactive_win_font_color = "rgb:0/0/0"
  58.  
  59. popup_color = "rgb:26/26/26"
  60. popup_font_color = "rgb:f/f/f"

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me