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 Digit on Mon 13th Aug 02:46 (modification of post by view diff)
download | new post

  1. # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE!
  2. # http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm
  3.  
  4. # colors for focussed and unfocussed window borders
  5. # NOTE: all colors in this file are in hex! see XQueryColor for examples
  6. color_focus          = rgb:ff/ff/ff
  7. color_unfocus      = rgb:88/88/88
  8.  
  9. # bar settings
  10. bar_enabled          = 1
  11. bar_border_width        = 1
  12. bar_border[1]      = rgb:55/55/55
  13. bar_color[1]        = black
  14. bar_font_color[1]       = rgb:dd/dd/dd
  15. bar_font                = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
  16. #bar_font              = -*-atarismallbol-6-*-*-*-*-*-*-*-*-*-*-*
  17. #bar_action          = baraction.sh
  18. #bar_delay            = 1
  19. #bar_at_bottom    = 1
  20. stack_enabled      = 1
  21. clock_enabled      = 1
  22. #clock_format      = %a %b %d %R %Z %Y
  23. title_name_enabled      = 0
  24. title_class_enabled     = 0
  25. window_name_enabled     = 0
  26. #verbose_layout  = 1
  27. #focus_mode          = default
  28. #disable_border  = 1
  29. #border_width      = 1
  30. #urgent_enabled  = 1
  31.  
  32. # spawn app
  33. # program[term]  = x-terminal-emulator
  34. # program[screenshot_all]       = screenshot.sh full
  35. # program[screenshot_wind]      = screenshot.sh window
  36. # program[lock]  = xlock
  37. # program[initscr]      = initscreen.sh
  38. # program[menu]  = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
  39. spawn_term            = x-terminal-emulator
  40.  
  41. # dialog box size ratio .3 >= r < 1
  42. dialog_ratio        = 0.6
  43.  
  44. # Split a non-Xrandr dual head setup into one region per monitor
  45. # (non-standard driver-based multihead is not seen by scrotwm)
  46. # region                = screen[1]:1280x1024+0+0
  47. # region                = screen[1]:1280x1024+1280+0
  48.  
  49. # Launch applications in a workspace of choice
  50. # autorun              = ws[1]:xterm
  51. # autorun              = ws[2]:xxxterm http://www.openbsd.org
  52.  
  53. # workspace layout
  54. # layout                = ws[1]:4:0:0:0:vertical
  55. # layout                = ws[2]:0:0:0:0:horizontal
  56. # layout                = ws[3]:0:0:0:0:fullscreen
  57.  
  58. # mod key, (windows key is Mod4) (apple key on OSX is Mod2)
  59. modkey = Mod4
  60.  
  61. # key bindings
  62. # unbind with: bind[] = <keys>
  63. #bind[cycle_layout]     = MOD+space
  64. #bind[stack_reset]      = MOD+Shift+space
  65. #bind[master_shrink]    = MOD+h
  66. #bind[master_grow]      = MOD+l
  67. #bind[master_add]       = MOD+comma
  68. #bind[master_del]       = MOD+period
  69. #bind[stack_inc]        = MOD+Shift+comma
  70. #bind[stack_dec]        = MOD+Shift+period
  71. #bind[swap_main]        = MOD+Return
  72. #bind[focus_next]       = MOD+j
  73. #bind[focus_prev]       = MOD+k
  74. #bind[swap_next]        = MOD+Shift+j
  75. #bind[swap_prev]        = MOD+Shift+k
  76. #bind[spawn_term]       = MOD+Shift+Return
  77. bind[menu]            = MOD+F3
  78. #bind[quit]          = MOD+Shift+q
  79. #bind[restart]    = MOD+q
  80. #bind[focus_main]       = MOD+m
  81. #bind[ws_1]          = MOD+1
  82. #bind[ws_2]          = MOD+2
  83. #bind[ws_3]          = MOD+3
  84. #bind[ws_4]          = MOD+4
  85. #bind[ws_5]          = MOD+5
  86. #bind[ws_6]          = MOD+6
  87. #bind[ws_7]          = MOD+7
  88. #bind[ws_8]          = MOD+8
  89. #bind[ws_9]          = MOD+9
  90. #bind[ws_10]        = MOD+0
  91. #bind[ws_next]    = MOD+Right
  92. #bind[ws_prev]    = MOD+Left
  93. #bind[screen_next]      = MOD+Shift+Right
  94. #bind[screen_prev]      = MOD+Shift+Left
  95. #bind[mvws_1]      = MOD+Shift+1
  96. #bind[mvws_2]      = MOD+Shift+2
  97. #bind[mvws_3]      = MOD+Shift+3
  98. #bind[mvws_4]      = MOD+Shift+4
  99. #bind[mvws_5]      = MOD+Shift+5
  100. #bind[mvws_6]      = MOD+Shift+6
  101. #bind[mvws_7]      = MOD+Shift+7
  102. #bind[mvws_8]      = MOD+Shift+8
  103. #bind[mvws_9]      = MOD+Shift+9
  104. #bind[mvws_10]    = MOD+Shift+0
  105. bind[bar_toggle]        = MOD+n
  106. #bind[focus_next]       = MOD+Tab
  107. #bind[focus_prev]       = MOD+Shift+Tab
  108. #bind[wind_kill]        = MOD+Shift+x
  109. #bind[wind_del]  = MOD+x
  110. #bind[screenshot_all]   = MOD+s
  111. #bind[screenshot_wind]  = MOD+Shift+s
  112. #bind[float_toggle]     = MOD+t
  113. #bind[version]    = MOD+Shift+v
  114. #bind[lock]          = MOD+Shift+Delete
  115. #bind[initscr]    = MOD+Shift+i
  116. #bind[iconify]    = MOD+w
  117. #bind[uniconify]        = MOD+Shift+w
  118. #bind[raise_toggle]     = MOD+Shift+r
  119. #bind[button2]    = MOD+v
  120.  
  121. # quirks
  122. # remove with: quirk[class:name] = NONE
  123. #quirk[MPlayer:xv]                  = FLOAT + FULLSCREEN + FOCUSPREV
  124. #quirk[OpenOffice.org 2.4:VCLSalFrame]  = FLOAT
  125. #quirk[OpenOffice.org 3.0:VCLSalFrame]  = FLOAT
  126. #quirk[OpenOffice.org 3.1:VCLSalFrame]  = FLOAT
  127. #quirk[Firefox-bin:firefox-bin]  = TRANSSZ
  128. #quirk[Firefox:Dialog]      = FLOAT
  129. #quirk[Gimp:gimp]                     = FLOAT + ANYWHERE
  130. #quirk[XTerm:xterm]               = XTERM_FONTADJ
  131. #quirk[xine:Xine Window]                        = FLOAT + ANYWHERE
  132. #quirk[Xitk:Xitk Combo]   = FLOAT + ANYWHERE
  133. #quirk[xine:xine Panel]   = FLOAT + ANYWHERE
  134. #quirk[Xitk:Xine Window]                        = FLOAT + ANYWHERE
  135. #quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
  136. #quirk[pcb:pcb]    = FLOAT
  137.  
  138. # EXAMPLE: define firefox program and bind to key
  139. # program[firefox]      = firefox http://scrotwm.org/
  140. # bind[firefox]  = MOD+f
  141.  
  142. #digit's additional keybinds and quirks
  143.  
  144. bind[wind_del]    = MOD+F4
  145. program[xkill]    = xkill
  146. bind[xkill]          = MOD+F6
  147.  
  148. #change the program after the "=" to whichever app is your preference
  149. #program[browser2]      = iceape
  150. #bind[browser2]  = MOD+Alt+b
  151.  
  152. #change the program after the "=" to whichever app is your preference
  153. program[browser]        = uzbl-browser
  154. bind[browser]      = MOD+b
  155.  
  156. #change the program after the "=" to whichever app is your preference
  157. program[texteditor]     = emacs
  158. bind[texteditor]        = MOD+d
  159.  
  160. program[imagemanipulation]            = gimp
  161. bind[imagemanipulation]   = MOD+g
  162.  
  163. program[mediaplayer]    = vlc
  164. bind[mediaplayer]       = MOD+m
  165.  
  166. program[filemanager]    = sunflower
  167. bind[filemanager]       = MOD+f
  168.  
  169. program[vector]  = inkscape
  170. bind[vector]        = MOD+i
  171.  
  172. program[3d]          = blender
  173. bind[3d]                = MOD+z
  174.  
  175. program[packagemanager] = gksu synaptic
  176. bind[packagemanager]    = MOD+p
  177.  
  178. program[partitioner]    = gksu gparted
  179. bind[partitioner]       = MOD+Alt+p
  180.  
  181. program[audioeditor]    = audacity
  182. bind[audioeditor]       = MOD+a
  183.  
  184. program[menu2]    = 8menu
  185. bind[menu2]          = Menu
  186. quirk[9menu:9menu]      = FLOAT + ANYWHERE
  187.  
  188. program[menu3]    = gmrun
  189. bind[menu3]          = MOD+F2
  190. quirk[gmrun:gmrun]      = FLOAT + ANYWHERE
  191. quirk[menu3:gmrun]      = FLOAT + ANYWHERE
  192. quirk[gmrun]        = FLOAT + ANYWHERE
  193.  
  194. quirk[Tilda:tilda]      = FLOAT + ANYWHERE
  195.  
  196. program[coms]   = pidgin
  197. bind[coms]      = MOD+c

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