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.

primoturbo private pastebin - collaborative debugging tool What's a private pastebin?


Posted by PrimoTurbo on Thu 26 Jun 16:31
report abuse | download | new post

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

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 so that I can delete my post