-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensions.rc
More file actions
executable file
·152 lines (102 loc) · 4.36 KB
/
extensions.rc
File metadata and controls
executable file
·152 lines (102 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# -----------------------------------------------------
# bblean 1.17 - extensions.rc
# Lines starting with # or ! are ignored
# -----------------------------------------------------
# Favorite Tool
# The default editor for menu, styles and settings
#blackbox.editor: bbnote.exe
blackbox.editor: runemacs.exe
# -----------------------------------------------------
# Appearance
# Bullet size: true=4px, false=6px
blackbox.appearance.bullet.unix: false
# arrow bullets:
blackbox.appearance.arrow.unix: false
# Menu drag cursor
blackbox.appearance.cursor.usedefault: false
# Alternative menu bullets (a template is in 'docs')
! blackbox.appearance.bullet.bitmap: menu-bullets.bmp
# -----------------------------------------------------
# Background Wallpaper options
# Execute any style-rootCommands at all?
blackbox.background.enabled: true
# Load the background into bbLean's own desktopwindow?
blackbox.background.smartWallpaper: true
# Drag'n-dropped background images are saved here
blackbox.background.rootCommand: style
# -----------------------------------------------------
# Workspace options
# Alternate workspace method (windows are hidden rather than moved away).
# (This is compatible only with latest bbpager 1.13b5)
blackbox.workspaces.altMethod: true
# Try this if maximized windows refuse to switch workspaces
# with StyleXP or Vista Design. (This is not compatible with
# bbpager currently)
blackbox.workspaces.styleXPFix: false
# Automatically switch workspace to active task
blackbox.workspaces.followActive: true
# -----------------------------------------------------
# Desktop settings
# Desktop margins for special desktop setups. -1 means
# automatic margins (with tool-/systembar)
blackbox.desktop.marginTop: -1
blackbox.desktop.marginBottom: -1
blackbox.desktop.marginLeft: -1
blackbox.desktop.marginRight: -1
# 2nd, ... monitor
! blackbox.desktop.2.marginTop: ...
!...
# Edge and Plugin Snap
blackbox.snap.threshold: 7
blackbox.snap.padding: 4
blackbox.snap.toPlugins: true
# -----------------------------------------------------
# Desktop Mouse Clicks
# General: blackbox.desktop.[<mod>]<button>Click: <command>
# <mod> = Alt, Shift, Ctrl
# <button> = Left, Mid, Right, X1, X2, X3, Double
# these are built-in, but may be changed here
! blackbox.desktop.RightClick: @BBCore.ShowMenu root
! blackbox.desktop.MidClick: @BBCore.ShowMenu workspaces
# styles menu
blackbox.desktop.AltMidClick: @BBCore.ShowMenu styles >> @BBCore.style %1
# tasks menu
blackbox.desktop.CtrlRightClick: @BBCore.ShowMenu tasks
# configuration menu
blackbox.desktop.AltRightClick: @BBCore.ShowMenu configuration
# alternative menu
! blackbox.desktop.CtrlRightClick: @BBCore.ShowMenu alt-menu.rc
# -----------------------------------------------------
# Miscellaneous options (uncomment to use)
# command for double left click on a folder in the menu
! blackbox.options.openFolderCommand: explorer.exe /e,"%1"
# other locale may be set (for the clock display)
! blackbox.options.locale: <usa, gbr, rus, fra, ita, etc ...>
# run something after processing the system startup items
! blackbox.startup.run: <any command or @broam>
# enable some debug output during startup (to "blackbox.log"):
! blackbox.options.log: startup tray
# use unicode for filenames and UTF-8 for menus
! blackbox.options.UTF8Encoding: false
# -----------------------------------------------------
# System dependent Tweak
# Left margin adjustment for contextmenus with icons (normal/sendTo)
! blackbox.contextmenu.itemAdjust: 28/28
# -----------------------------------------------------
# Global font override - for special purposes
# Enable this feature?
blackbox.global.fonts.enabled: false
# override font definitions from styles:
blackbox.global.toolbar.font: verdana
blackbox.global.toolbar.fontHeight: 13
blackbox.global.toolbar.fontWeight: normal
blackbox.global.menu.title.font: verdana
blackbox.global.menu.title.fontHeight: 13
blackbox.global.menu.title.fontWeight: bold
blackbox.global.menu.frame.font: verdana
blackbox.global.menu.frame.fontHeight: 13
blackbox.global.menu.frame.fontWeight: normal
blackbox.global.window.font: verdana
blackbox.global.window.fontHeight: 13
blackbox.global.window.fontWeight: bold
# -----------------------------------------------------