<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Justsean</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Justsean"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Justsean"/>
	<updated>2026-05-02T21:33:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Openbox&amp;diff=23196</id>
		<title>Openbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Openbox&amp;diff=23196"/>
		<updated>2023-04-17T21:49:48Z</updated>

		<summary type="html">&lt;p&gt;Justsean: /* Install packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Initial setup ==&lt;br /&gt;
&lt;br /&gt;
Start by booting Alpine (see [[Installation|these]] instructions on how to do that)&lt;br /&gt;
&lt;br /&gt;
=== Enable Community Repository ===&lt;br /&gt;
&lt;br /&gt;
We need the Community Repository available for access to the Openbox packages. Instructions are available on the [[Repositories#Enabling_the_community_repository|Repositories]] page.&lt;br /&gt;
&lt;br /&gt;
=== Install packages ===&lt;br /&gt;
&lt;br /&gt;
Install the basic packages for a minimal installation:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add openbox xterm terminus-font}}&lt;br /&gt;
&lt;br /&gt;
xterm is needed so you have a way to access the terminal in X. There are alternatives but this is the classic.&lt;br /&gt;
Terminus is needed because without any fonts, you will not be able to see any text in OpenBox.&lt;br /&gt;
&lt;br /&gt;
== Configure &amp;lt;code&amp;gt;xorg-server&amp;lt;/code&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
On most systems, xorg should be able to auto-detect all devices. However, you can still configure xorg-server manually by launching:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# setup-xorg-base}}&lt;br /&gt;
&lt;br /&gt;
== Configure user ==&lt;br /&gt;
&lt;br /&gt;
To make Xorg work as normal user you need to add user to these groups: video, input.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# addgroup &amp;lt;username&amp;gt; input}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# addgroup &amp;lt;username&amp;gt; video}}&lt;br /&gt;
&lt;br /&gt;
== acpid ==&lt;br /&gt;
&lt;br /&gt;
If you installed your Alpine Linux as a VirtualBox or VMWare guest, you might find it handy to be able execute an ACPI shutdown.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# rc-update add acpid}}&lt;br /&gt;
&lt;br /&gt;
== Set Openbox as the default WM ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|$ echo &#039;exec openbox-session&#039; &amp;gt;&amp;gt; ~/.xinitrc}}&lt;br /&gt;
&lt;br /&gt;
== Copy the config files to your home folder ==&lt;br /&gt;
 &lt;br /&gt;
{{Cmd|$ mkdir ~/.config}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|$ cp -r /etc/xdg/openbox ~/.config}}&lt;br /&gt;
&lt;br /&gt;
{{Note|The default configuration is minimal and most menu options won&#039;t work unless you customize and/or install additional packages. More information is available in the [http://openbox.org/wiki/Help:Configuration Openbox configuration documentation].}}&lt;br /&gt;
&lt;br /&gt;
== Edit Openbox settings ==&lt;br /&gt;
&lt;br /&gt;
You can now edit the Openbox settings for your user by editing the files located in &amp;lt;code&amp;gt;~/.config/openbox&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Openbox configuration details can be studied on the [http://openbox.org/wiki/Help:Contents#Configuration Openbox wiki].&lt;br /&gt;
&lt;br /&gt;
== Start X ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|$ startx}}&lt;br /&gt;
&lt;br /&gt;
{{Note|The default Openbox menu (right-click on desktop) will have a lot of options that won&#039;t work because the required packages haven&#039;t been installed. XTerm will work if you added the package in the first step, and you can use that to add additional packages.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[category: Window Manager]]&lt;/div&gt;</summary>
		<author><name>Justsean</name></author>
	</entry>
</feed>