Advertisement
xdemonessx

blackbox.rc

Dec 24th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. # ------------------------------------------
  2. # bbZero 1.17.x - blackbox.rc - basic settings
  3.  
  4. # Lines starting with # or ! are ignored
  5. # All items are configurable from the menu
  6.  
  7. # - the toolbar -
  8. session.screen0.toolbar.enabled: false
  9. session.screen0.toolbar.placement: BottomCenter
  10. session.screen0.toolbar.widthPercent: 66
  11. session.screen0.toolbar.onTop: true
  12. session.screen0.toolbar.autoHide: false
  13. session.screen0.toolbar.pluginToggle: true
  14. session.screen0.toolbar.alpha.enabled: false
  15. session.screen0.toolbar.alpha.value: 224
  16.  
  17. # - the menu -
  18. session.menu.position.x: -964
  19. session.menu.position.y: -265
  20. session.menu.maxWidth: 300
  21. session.menu.popupDelay: 80
  22. session.menu.mouseWheelFactor: 3
  23. session.menu.alpha.enabled: false
  24. session.menu.alpha.value: 255
  25. session.menu.onTop: true
  26. session.menu.sticky: true
  27. session.menu.snapWindow: true
  28. session.menu.pluginToggle: true
  29. session.menu.openDirection: bullet
  30. session.menu.sortbyExtension: true
  31. session.menu.drawSeparators: false
  32. session.menu.dropShadows: true
  33. session.menu.icon.saturation: 80
  34. session.menu.icon.hue: 60
  35. session.menu.icon.size: 0
  36. session.menu.overlap: 0
  37. session.menu.spacing: 5
  38. session.menu.separator.style: none
  39. session.menu.separator.fullWidth: false
  40. session.menu.separator.compact: false
  41.  
  42. # - appearance -
  43. session.appearance.bullet.unix: true
  44. session.appearance.arrow.unix: false
  45. session.appearance.cursor.usedefault: false
  46.  
  47. # - graphics -
  48. session.background.smartWallpaper: false
  49. session.background.enabled: false
  50. session.opaqueMove: true
  51. session.imageDither: 0
  52. session.outlineText: false
  53. session.force.font.Shadows: true
  54.  
  55. # - snap -
  56. session.snap.toPlugins: true
  57. session.snap.padding: 2
  58. session.snap.threshold: 10
  59.  
  60. # - misc options -
  61. session.screen0.focusModel: ClickToFocus
  62. session.screen0.fullMaximization: false
  63. session.screen0.strftimeformat: %H:%M %a %d %b
  64.  
  65. # - workspace options -
  66. session.screen0.workspaces_wraparound: true
  67. session.screen0.workspaces: 1
  68. session.screen0.workspacesX: 3
  69. session.screen0.workspacesY: 1
  70. session.workspaces.followActive: true
  71. session.workspaces.restoreToCurrent: true
  72. session.workspaces.altMethod: true
  73. session.workspaces.styleXPFix: false
  74. session.screen0.workspacenames: alpha,beta,gamma
  75.  
  76. # - additional menu settings -<S-F12>
  77. session.autoraisedelay: 250
  78. session.options.UTF8Encoding: false
  79.  
  80. # - non-menu settings -
  81. session.menufile: menu.rc
  82. session.openFolderCommand: explorer.exe /e,"%1"
  83. session.options.disableTray: false
  84. session.options.disableVWM: false
  85. session.options.disableMargins: false
  86. session.options.disableDesk: false
  87. session.options.disableDDE: false
  88. session.options.desktopHook: false
  89. session.options.shellContextMenu: false
  90.  
  91. # - under Explorer (non-menu) -
  92. session.options.hideExplorer: true
  93. session.options.hideTaskbar: true
  94.  
  95. # - the slit -
  96. session.screen0.slit.placement: TopRight
  97. session.screen0.slit.direction: Horizontal
  98. session.screen0.slit.autoHide: false
  99. session.screen0.slit.ontop: true
  100. session.screen0.slit.toggle: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement