Fluxbox: Difference between revisions
Prabuanand (talk | contribs) (rearranged headings and added Include:Desktop prerequisites) |
Prabuanand (talk | contribs) (added heading Prerequisites) |
||
Line 1: | Line 1: | ||
{{TOC right}} | {{TOC right}} | ||
[http://fluxbox.org Fluxbox]{{insecure url|HTTPS connection refused}} is an easy and fast X11 window manager based on BlackBox. | [http://fluxbox.org Fluxbox]{{insecure url|HTTPS connection refused}} is an easy and fast X11 window manager based on BlackBox. | ||
== Prerequisites == | |||
{{:Include:Desktop prerequisites}} | {{:Include:Desktop prerequisites}} | ||
* [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]] | |||
== Installation == | == Installation == | ||
Install fluxbox, xterm, and terminus font. {{Cmd|# apk add {{Pkg|fluxbox}} {{Pkg|xterm}} {{Pkg|font-terminus}}}} | |||
Install fluxbox, xterm, and terminus font. | |||
{{Cmd|# apk add {{Pkg|fluxbox}} {{Pkg|xterm}} {{Pkg|font-terminus}}}} | |||
<code>xterm</code> is needed so you have a way to access the terminal in X. There are alternatives but this is the classic. | <code>xterm</code> is needed so you have a way to access the terminal in X. There are alternatives but this is the classic. | ||
Line 20: | Line 16: | ||
=== acpid === | === acpid === | ||
If you installed your Alpine Linux as a VirtualBox or VMWare guest, you might find it handy to be able execute an ACPI shutdown. | If you installed your Alpine Linux as a VirtualBox or VMWare guest, you might find it handy to be able execute an ACPI shutdown. {{Cmd|# rc-update add acpid}} | ||
{{Cmd|# rc-update add acpid}} | |||
=== Set Fluxbox as the default Window Manager === | === Set Fluxbox as the default Window Manager === | ||
Line 37: | Line 31: | ||
== See also == | == See also == | ||
[http://fluxbox.org/help/ Fluxbox Help Page]. | [http://fluxbox.org/help/ Fluxbox Help Page]. | ||
[[Category:Desktop]] | [[Category:Desktop]] | ||
[[Category:Window Managers]] | [[Category:Window Managers]] |
Latest revision as of 10:43, 17 March 2025
Fluxbox 🔓 is an easy and fast X11 window manager based on BlackBox.
Prerequisites
- Internet connectivity, unless the packages have been pre-fetched into a local cache.
- A non-root user account.
- The community repository must be enabled.
- Set up eudev.
- Install and configure D-Bus. without D-Bus icons and keyboard shortcuts may be missing.
- Install appropriate Graphics driver drivers for your hardware. Without graphics drivers, errors are likely to occur.
- Install Xorg
Installation
Install fluxbox, xterm, and terminus font.
# apk add fluxbox xterm font-terminus
xterm
is needed so you have a way to access the terminal in X. There are alternatives but this is the classic.
Terminus is needed because without any fonts, you will not be able to see any text in Fluxbox.
Configuration
acpid
If you installed your Alpine Linux as a VirtualBox or VMWare guest, you might find it handy to be able execute an ACPI shutdown.
# rc-update add acpid
Set Fluxbox as the default Window Manager
$ echo 'exec startfluxbox' >> ~/.xinitrc
Start X
$ startx
Edit the flux settings for your user by editing the files located in ~/.fluxbox/
. This directory is created after your first run of Fluxbox. The Fluxbox configuration details can he studied on the Fluxbox Help Page.