Fluxbox: Difference between revisions

From ArmadeusWiki
 
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 17:49, 16 January 2023

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

# export DISPLAY=:O.0
# fluxbox &

X server with fluxbox running on APF6 (1080p)

Links