Difference between revisions of "Fluxbox"

From ArmadeusWiki
Jump to: navigation, search
(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 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