table of contents
vboxrc(5) | Linux System Administration | vboxrc(5) |
NAME¶
vboxrc - user config file for vbox
Description¶
Every user can save settings in ~/.vboxrc.
Everything after "#" is ignored, as are empty lines. All arguments must be separated by whitespace (spaces, tabs). Arguments may not contain whitespace.
These keywords are allowed:
- USERNAME
- PASSWORD
- Username and password for vboxd login. These settings are used by vbox and vboxctrl. If they are missing, you have to enter them at runtime.
- VOLUME
- Default volume for vbox.
- C_BACKGROUND
- Background color.
- C_STATUSBAR
- Color for normal text in the status bar.
- C_STATUSBAR_HL
- Color for highlighted text in the status bar.
- C_POWERLED_ON
- Color for powerled (on).
- C_POWERLED_OFF
- Color for powerled (off).
- C_STATUSLED_ON
- Color for statusled (on).
- C_STATUSLED_OFF
- Color for statusled (off).
- C_LIST
- Color for list of messages.
- C_LIST_SELECTED
- Color for selected entry in the list of messages.
- C_INFOTEXT
- Color for info texts in the message list.
All color settings have the format TEXTCOLOR:BACKGROUNDCOLOR. You may not use whitespace.
- These colors are available for TEXTCOLOR:
-
BLACK RED GREEN BROWN BLUE MAGENTA CYAN GRAY DARKGREY LIGHTRED LIGHTGREEN YELLOW LIGHTBLUE LIGHTMAGENTA LIGHTCYAN WHITE
- These colors are available for BACKGROUNDCOLOR:
- BLACK RED GREEN BROWN BLUE MAGENTA CYAN GREY
FILES¶
- ~/.vboxrc
- this configuration file
- /usr/doc/isdnutils/examples/vboxrc
- an example
SEE ALSO¶
AUTHOR¶
This manual page was written by Andreas Jellinghaus <aj@dungeon.inka.de>, for Debian GNU/Linux and isdn4linux.
2000/09/15 | ISDN 4 Linux 3.13 |