Difference between revisions of "Blackbox"
From ArmadeusWiki
(New page: {{Under_Construction}} ==Introduction== You will need a running X server like TinyX/Xfbdev and to setup ''DISPLAY'' envt variable. ==Launching== <pre class="apf"> # matchb...) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
==Introduction== | ==Introduction== | ||
− | + | Lightweight Window Manager for [[X11 server]]. | |
+ | |||
+ | ==Installation== | ||
+ | <pre class="host"> | ||
+ | $ make menuconfig | ||
+ | </pre> | ||
+ | |||
+ | <pre class="config"> | ||
+ | Target packages ---> | ||
+ | Graphic libraries and applications (graphic/text) ---> | ||
+ | ... | ||
+ | *** X window managers *** | ||
+ | [*] blackbox | ||
+ | </pre> | ||
==Launching== | ==Launching== | ||
<pre class="apf"> | <pre class="apf"> | ||
− | # | + | # blackbox & |
− | + | ||
− | + | ||
</pre> | </pre> | ||
+ | * Configuration is done with ''/root/.blackboxrc'' and ''/usr/share/blackbox/menu'' files. | ||
+ | |||
+ | ==Links== | ||
+ | * http://xwinman.org/ | ||
[[Category:X11]] [[Category:Graphical User Interface]] | [[Category:X11]] [[Category:Graphical User Interface]] |
Revision as of 09:34, 21 July 2014
Contents
Introduction
Lightweight Window Manager for X11 server.
Installation
$ make menuconfig
Target packages ---> Graphic libraries and applications (graphic/text) ---> ... *** X window managers *** [*] blackbox
Launching
# blackbox &
- Configuration is done with /root/.blackboxrc and /usr/share/blackbox/menu files.