Mercurial > ecos
comparison packages/services/gfx/mw/current/src/demos/nanox/launcher.cnf @ 208:e0c0827131d1 ecos
Merge from eCos master repository on 2002-05-20-20:11:54-BST
| author | jlarmour |
|---|---|
| date | Mon, 20 May 2002 22:19:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 207:74c807ddde34 | 208:e0c0827131d1 |
|---|---|
| 1 # Sample launcher configuration file | |
| 2 | |
| 3 # These are the screen savers to use: | |
| 4 # A simple screen blanker: | |
| 5 # $screensaver bin/nsaver 1 | |
| 6 # Draws random dots: | |
| 7 $screensaver bin/nsaver 2 | |
| 8 # Draws random lines: | |
| 9 $screensaver bin/nsaver 3 | |
| 10 # Draws worms that crawl randomly around the screen: | |
| 11 $screensaver bin/nsaver 4 | |
| 12 # Draws a star field accelerating towards the viewer: | |
| 13 $screensaver bin/nsaver 5 | |
| 14 # Draws a simulated lightning storm: | |
| 15 $screensaver bin/nsaver 6 | |
| 16 # Draws an orbiting planet simulation: | |
| 17 $screensaver bin/nsaver 7 | |
| 18 # Draws a moire interference pattern: | |
| 19 $screensaver bin/nsaver 8 | |
| 20 | |
| 21 # This is the screen saver timeout delay (in seconds): | |
| 22 $screensaver_timeout 300 | |
| 23 | |
| 24 # This is the file to use as the root window background image: | |
| 25 $window_background_image bin/tux.gif | |
| 26 | |
| 27 # This is the mode to use for the window background: | |
| 28 # 0 = tile across screen | |
| 29 # 1 = draw once in centre of screen | |
| 30 # 2 = draw once at top left of screen | |
| 31 $window_background_mode 0 | |
| 32 | |
| 33 # This is the background colour to use for the root window: | |
| 34 # Possible values are: | |
| 35 # BLACK, BLUE, GREEN, RED, MAGENTA, BROWN, LTGRAY, GRAY, LTBLUE, LTGREEN, | |
| 36 # LTCYAN, LTRED, LTMAGENTA, YELLOW, WHITE. | |
| 37 # $window_background_colour GREEN | |
| 38 | |
| 39 # These are the launcher panel items. Each line is in the format: | |
| 40 | |
| 41 # The item name must not contain any spaces. | |
| 42 # <item name> <icon filename> <command> <first argument> <second argument> <...> | |
| 43 # The item name must not contain any spaces. | |
| 44 # The icon filename can be the letter '-' to specify no icon. | |
| 45 | |
| 46 Tetris bin/ntetris.ppm bin/ntetris | |
| 47 Landmine - bin/landmine | |
| 48 Slider - bin/slider demos/nanox/slidebmp.bmp | |
| 49 Terminal - bin/nxterm | |
| 50 Clock - bin/nxclock | |
| 51 Map - bin/world | |
| 52 Scribble - bin/nxscribble | |
| 53 SoftKeyboard - bin/nxkbd | |
| 54 Logo - bin/nxview bin/nanogui.ppm | |
| 55 Roach - bin/nxroach -roaches 10 |
