diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /doc/themerc.txt | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'doc/themerc.txt')
| -rw-r--r-- | doc/themerc.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/themerc.txt b/doc/themerc.txt new file mode 100644 index 00000000..95f5290c --- /dev/null +++ b/doc/themerc.txt @@ -0,0 +1,54 @@ +The themerc file dictates which engine and theme openbox will use, as well as +parameters for the engine. + +---- + +Options for the themerc file are specified as: +option = value + +Lines that begin with # are considered comments. + +---- + +These are the valid options: + +engine + String value, containing the name of the engine to load. + example: 'openbox' + default: 'openbox' + +theme + String value containing the theme to load in the engine. This can be + an absolute path to the theme, or simply the theme's name in which case + the appropriate paths will be searched for the theme. + example: 'mytheme' + default: engine-dependant + +font + String value containing the font to use in the window titlebars. The + format of this string is described in: + http://keithp.com/~keithp/render/Xft.tutorial + example: 'times-12:bold:slant=italic,oblique' + default: 'sans-8' + +titlebarlayout + The layout of the titlebar of windows. This is a string that can + consist of only valid characters. The characters are: + I - iconify button + M - maximize button + C - close button + D - all-desktops button + N - window icon + L - text label (window title) + example: 'ILMC' + default: 'NDLIMC' + +---- + +example themerc: + +# My themerc file! +engine='openbox' +theme='nyz' +titlebarlayout='ILMC' +font='arial,sans-9:bold' |
