Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # fluxbox startup-script:
  4. #
  5. # Lines starting with a '#' are ignored.
  6.  
  7. # Change your keymap:
  8. #xmodmap "/home/rapture/.Xmodmap"
  9.  
  10. # Applications you want to run with fluxbox.
  11. # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
  12. #
  13. # unclutter -idle 2 &
  14. # wmnd &
  15. # wmsmixer -w &
  16. # idesk &
  17. #
  18. # Debian-local change:
  19. # - fbautostart has been added with a quick hack to check to see if it
  20. # exists. If it does, we'll start it up by default.
  21. #which fbautostart > /dev/null
  22. #if [ $? -eq 0 ]; then
  23. # fbautostart
  24. #fi
  25.  
  26. nitrogen --restore &
  27.  
  28.  
  29. # And last but not least we start fluxbox.
  30. # Because it is the last app you have to run it with ''exec'' before it.
  31.  
  32. exec fluxbox
  33. # or if you want to keep a log:
  34. # exec fluxbox -log "/home/rapture/.fluxbox/log"
  35.  
  36. session.screen0.titlebar.left: Stick
  37. session.screen0.titlebar.right: Minimize Maximize Close
  38. session.screen0.tabs.usePixmap: true
  39. session.screen0.tabs.maxOver: false
  40. session.screen0.tabs.intitlebar: true
  41. session.screen0.iconbar.alignment: Relative
  42. session.screen0.iconbar.mode: {static groups} (workspace)
  43. session.screen0.iconbar.iconTextPadding: 10
  44. session.screen0.iconbar.iconWidth: 128
  45. session.screen0.iconbar.usePixmap: true
  46. session.screen0.toolbar.height: 0
  47. session.screen0.toolbar.alpha: 255
  48. session.screen0.toolbar.widthPercent: 100
  49. session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, clock, prevwindow, nextwindow, iconbar, systemtray
  50. session.screen0.toolbar.maxOver: false
  51. session.screen0.toolbar.visible: true
  52. session.screen0.toolbar.onhead: 1
  53. session.screen0.toolbar.layer: Dock
  54. session.screen0.toolbar.autoHide: false
  55. session.screen0.toolbar.placement: RightTop
  56. session.screen0.slit.acceptKdeDockapps: true
  57. session.screen0.slit.alpha: 255
  58. session.screen0.slit.maxOver: false
  59. session.screen0.slit.onhead: 0
  60. session.screen0.slit.placement: RightBottom
  61. session.screen0.slit.layer: Dock
  62. session.screen0.slit.autoHide: false
  63. session.screen0.tab.placement: TopLeft
  64. session.screen0.tab.width: 64
  65. session.screen0.menu.alpha: 255
  66. session.screen0.window.focus.alpha: 255
  67. session.screen0.window.unfocus.alpha: 255
  68. session.screen0.clientMenu.usePixmap: true
  69. session.screen0.showwindowposition: false
  70. session.screen0.workspaces: 4
  71. session.screen0.maxDisableResize: false
  72. session.screen0.allowRemoteActions: false
  73. session.screen0.tooltipDelay: 500
  74. session.screen0.autoRaise: true
  75. session.screen0.strftimeFormat: %d %b, %a %02k:%M:%S
  76. session.screen0.menuDelay: 200
  77. session.screen0.fullMaximization: false
  78. session.screen0.focusModel: ClickFocus
  79. session.screen0.tabFocusModel: ClickToTabFocus
  80. session.screen0.clickRaises: true
  81. session.screen0.focusSameHead: false
  82. session.screen0.focusNewWindows: true
  83. session.screen0.maxIgnoreIncrement: true
  84. session.screen0.maxDisableMove: false
  85. session.screen0.windowMenu: /home/rapture/.fluxbox/windowmenu
  86. session.screen0.edgeSnapThreshold: 10
  87. session.screen0.opaqueMove: true
  88. session.screen0.defaultDeco: NORMAL
  89. session.screen0.workspaceNames: 1, 2, 3, Let's Jam,
  90. session.screen0.noFocusWhileTypingDelay: 0
  91. session.screen0.rowPlacementDirection: LeftToRight
  92. session.screen0.colPlacementDirection: TopToBottom
  93. session.screen0.windowPlacement: RowMinOverlapPlacement
  94. session.screen0.workspacewarping: true
  95. session.styleFile: /usr/share/fluxbox/styles/Makro
  96. session.colorsPerChannel: 4
  97. session.autoRaiseDelay: 250
  98. session.forcePseudoTransparency: false
  99. session.ignoreBorder: false
  100. session.appsFile: /home/rapture/.fluxbox/apps
  101. session.configVersion: 13
  102. session.cacheLife: 5
  103. session.slitlistFile: /home/rapture/.fluxbox/slitlist
  104. session.cacheMax: 200
  105. session.tabsAttachArea: Window
  106. session.tabPadding: 0
  107. session.keyFile: ~/.fluxbox/keys
  108. session.menuFile: ~/.fluxbox/menu
  109. session.styleOverlay: /home/rapture/.fluxbox/overlay
  110. session.doubleClickInterval: 250
  111.  
  112. rapture@rapture:~/.fluxbox$ cat overlay
  113. ! The following line will prevent styles from setting the background.
  114. ! background: none
  115.  
  116. rapture@rapture:~/.fluxbox$ cat /usr/share/fluxbox/styles/Makro
  117. # "Makro"
  118. # A Fluxbox theme by: skypher of perplexity
  119. # 2001
  120.  
  121. toolbar: Gradient Vertical Sunken
  122. toolbar.color: rgb:CC/CC/AA
  123.  
  124. toolbar.button: Flat Solid
  125. toolbar.button.color: rgb:AB/90/40
  126. toolbar.button.picColor: rgb:50/30/10
  127.  
  128. toolbar.button.pressed: Sunken Flat
  129. toolbar.button.pressed.color: rgb:90/70/20
  130.  
  131. toolbar.clock: Flat
  132. toolbar.clock.color: rgb:AB/90/40
  133. toolbar.clock.textColor: rgb:40/20/05
  134.  
  135. toolbar.label: Flat
  136. toolbar.label.color: rgb:AB/90/40
  137. toolbar.label.textColor: rgb:40/20/05
  138.  
  139. toolbar.windowLabel: Flat
  140. toolbar.windowLabel.color: rgb:AB/90/40
  141. toolbar.windowLabel.textColor: rgb:40/20/05
  142.  
  143. toolbar.justify: Left
  144.  
  145. menu.title: Raised Flat
  146. menu.title.color: rgb:AB/90/40
  147. menu.title.textColor: rgb:40/20/05
  148. menu.title.justify: Left
  149.  
  150. menu.frame: Gradient PipeCross
  151. menu.frame.color: rgb:CC/CC/AA
  152. menu.frame.colorTo: rgb:AB/AA/90
  153. menu.frame.textColor: rgb:10/10/01
  154. menu.frame.justify: Right
  155.  
  156. menu.hilite: Flat
  157. menu.hilite.color: rgb:DF/CF/BF
  158. menu.hilite.textColor: rgb:00/00/00
  159.  
  160. menu.bullet: Square
  161. menu.bullet.position: Right
  162.  
  163.  
  164. window.title.focus: Gradient Vertical Sunken
  165. window.title.focus.color: rgb:CC/CC/AA
  166.  
  167. window.title.unfocus: Gradient Vertical Sunken
  168. window.title.unfocus.color: rgb:AC/AC/90
  169.  
  170. window.label.focus: Solid Flat
  171. window.label.focus.color: rgb:AB/90/40
  172. window.label.focus.textColor: rgb:40/20/05
  173.  
  174. window.label.unfocus: Flat Solid
  175. window.label.unfocus.color: rgb:AA/80/30
  176. window.label.unfocus.textColor: rgb:45/25/10
  177.  
  178. window.button.focus: Flat Solid
  179. window.button.focus.color: rgb:AC/99/50
  180. window.button.focus.picColor: rgb:40/20/05
  181.  
  182. window.button.unfocus: Flat Solid
  183. window.button.unfocus.color: rgb:AA/80/30
  184. window.button.unfocus.picColor: rgb:45/25/10
  185.  
  186. window.button.pressed: Sunken Solid
  187. window.button.pressed.color: rgb:90/70/20
  188.  
  189. window.frame.focus: Flat
  190. window.frame.focus.color: rgb:00/00/00
  191. window.frame.unfocus: Flat
  192. window.frame.unfocus.color: rgb:10/10/10
  193.  
  194. window.handle.focus: Sunken Solid
  195. window.handle.focus.color: rgb:AC/99/50
  196. window.handle.unfocus: Flat Solid
  197. window.handle.unfocus.color: rgb:AA/80/30
  198.  
  199. window.grip.focus: Sunken Gradient Diagonal Interlaced
  200. window.grip.focus.color: rgb:AC/99/50
  201. window.grip.focus.colorTo: rgb:AA/80/30
  202. window.grip.unfocus: Raised Gradient Diagonal
  203. window.grip.unfocus.color: rgb:AA/80/30
  204. window.grip.unfocus.colorTo: rgb:AC/99/50
  205.  
  206. ! ----------- tab - explicit for fluxbox, the best wm out there[tm] (;
  207. window.tab.justify: Center
  208. window.tab.label.unfocus: Flat Solid
  209. window.tab.label.unfocus.color: rgb:AA/80/30
  210. window.tab.label.unfocus.textColor: rgb:45/25/10
  211. window.tab.label.focus: Solid Flat
  212. window.tab.label.focus.color: rgb:AB/90/40
  213. window.tab.label.focus.textColor: rgb:40/20/05
  214. window.tab.borderWidth: 1
  215. window.tab.borderColor: rgb:10/10/10
  216. ! ----------- (fluxbox.sourceforge.net)
  217. window.tab.font: -*-helvetica-medium-r-*-*-11-*-*-*-*-*-iso8859-*
  218.  
  219. window.justify: Left
  220.  
  221. toolbar.font: -*-helvetica-medium-r-*-*-11-*-*-*-*-*-iso8859-*
  222. window.font: -*-helvetica-bold-r-*-*-11-*-*-*-*-*-iso8859-*
  223. menu.title.font: -*-helvetica-bold-r-*-*-11-*-*-*-*-*-iso8859-*
  224. menu.frame.font: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-*
  225.  
  226. borderColor: rgb:10/10/10
  227.  
  228. bevelWidth: 2
  229. borderWidth: 1
  230. handleWidth: 3
  231.  
  232. background: flat
  233.  
  234. /usr/bin/nitrogen --restore &
  235. /usr/bin/xscreensaver &
  236. /usr/bin/start-pulseaudio-x11 &
  237. /usr/bin/xcompmgr -f -c -n -C -F &
  238.  
  239. # Network manager
  240. nm-applet >/dev/null 2>/dev/null &
  241.  
  242. #Wicd
  243. wicd-client -n
  244.  
  245. exec fluxbox
  246.  
  247. session.screen0.rootCommand: fbsetbg /path/to/image
  248.  
  249. background: foo
  250. background.color: bar
  251. background.colorTo: bang
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement