Difference between revisions of "Fluxbox"
From ArmadeusWiki
(creation) |
(→Launching) |
||
(One intermediate revision by the same user not shown) | |||
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> | ||
− | [[Image:fluxbox.png|X server with fluxbox running on APF6 (1080p)]] | + | [[Image:fluxbox.png|X server with fluxbox running on APF6 (1080p)|640px]] |
==Links== | ==Links== |
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 &