-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.txt
17 lines (17 loc) · 1.03 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
usage: config [-s font size][-n font name][-b background color][-f foreground color][-c cursor color][-g][-p][-d][-r]
For all parameters: "default" to get the default value currently stored, "factory" to get a-Shell factory defaults (Menlo, 13.0 pts, colors from system).
Colors can be defined by names, RGB triplets "red green blue" or HexStrings "#00FF00"
-s | --size: set font size
-n | --name: set font name. Nothing or "picker" to get the system font picker.
-b | --background: set background color
-f | --foreground: set foreground color
-c | --cursor: set cursor and highlight color
-g | --global: extend settings to all windows currently open
-p | --permanent: store settings as default values
-d | --default: reset all settings to default values
-r | --reset: reset all settings to factory default
--show: show current settings
Sample uses:
config -p: make settings for current window the default for future windows.
config -dgp: revert all open and future windows to stored default.
config -b 0 0 0 -f #00ff00: get a green-on-black VT100 look.