Matchbox: Difference between revisions
From ArmadeusWiki
(creation) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
Window Manager and Lightweigth desktop for [[X11 server]]. | |||
==Installation== | |||
<pre class="host"> | |||
$ make menuconfig | |||
</pre> | |||
<pre class="config"> | |||
Target packages ---> | |||
Graphic libraries and applications (graphic/text) ---> | |||
... | |||
*** X window managers *** | |||
[*] MatchBox Window Manager | |||
[*] Matchbox Panel | |||
[*] Matchbox Desktop | |||
[ ] Matchbox session common files | |||
[*] Matchbox Virtual Keyboard | |||
</pre> | |||
==Launching== | ==Launching== | ||
<pre class="apf"> | <pre class="apf"> | ||
# | # matchbox-window-manager & | ||
# matchbox-desktop | # matchbox-desktop & | ||
# matchbox-panel | # matchbox-panel & | ||
# matchbox-keyboard & | |||
</pre> | </pre> | ||
* Panel widgets can be added through menu and removed from ''/root/.matchbox/mbdock.session'' file. | |||
[[Image:matchbox.png|X server with matchbox running on APF27 (800x480)]] | |||
==Links== | |||
* http://xwinman.org/ | |||
[[Category:X11]] [[Category: | [[Category:X11]] [[Category:Graphical User Interface]] |
Latest revision as of 12:26, 21 July 2014
Introduction
Window Manager and Lightweigth desktop for X11 server.
Installation
$ make menuconfig
Target packages ---> Graphic libraries and applications (graphic/text) ---> ... *** X window managers *** [*] MatchBox Window Manager [*] Matchbox Panel [*] Matchbox Desktop [ ] Matchbox session common files [*] Matchbox Virtual Keyboard
Launching
# matchbox-window-manager & # matchbox-desktop & # matchbox-panel & # matchbox-keyboard &
- Panel widgets can be added through menu and removed from /root/.matchbox/mbdock.session file.