Blackbox: Difference between revisions

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...)
 
No edit summary
Line 1: Line 1:
{{Under_Construction}}
==Introduction==
Lightweight Window Manager for [[X11 server]].
 
==Installation==
<pre class="host">
$ make menuconfig
</pre>


==Introduction==
<pre class="config">
You will need a running X server like [[X11 server|TinyX/Xfbdev]] and to setup ''DISPLAY'' envt variable.
Target packages  --->
    Graphic libraries and applications (graphic/text)  --->
        ...
            *** X window managers ***
        [*] blackbox
</pre>


==Launching==
==Launching==
<pre class="apf">
<pre class="apf">
# matchbow-window-manager
# blackbox &
# matchbox-desktop
# matchbox-panel
</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

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.

Links