Difference between revisions of "Fluxbox"
From ArmadeusWiki
(→Launching) |
(→Launching) |
||
Line 19: | Line 19: | ||
* [[X11 server]] should be up and running | * [[X11 server]] should be up and running | ||
<pre class="apf"> | <pre class="apf"> | ||
+ | # export DISPLAY=:O.0 | ||
# fluxbox & | # fluxbox & | ||
</pre> | </pre> |
Latest revision as of 16:49, 16 January 2023
Contents
Introduction
Fluxbox is a lightweight Window Manager for X11 server. It is notably used in Dawn Small Linux desktop distribution.
Installation
$ make menuconfig
Target packages ---> Graphic libraries and applications (graphic/text) ---> ... *** X window managers *** [*] fluxbox
Launching
- X11 server should be up and running
# export DISPLAY=:O.0 # fluxbox &