<?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=Tony20</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=Tony20"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Tony20"/>
	<updated>2026-04-28T07:47:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21658</id>
		<title>I3wm</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21658"/>
		<updated>2022-03-19T17:56:57Z</updated>

		<summary type="html">&lt;p&gt;Tony20: Change one header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
I will assume you are working on a fresh, installation of Alpine standard.&lt;br /&gt;
Otherwise see [[Installation|these]] instructions.&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
We need the Community Repository available for access to the i3 packages.&lt;br /&gt;
Instructions are available on the [[Enable_Community_Repository|Enable Community Repository]] page.&lt;br /&gt;
&lt;br /&gt;
= Install drivers =&lt;br /&gt;
Ensure you have the required drivers.&lt;br /&gt;
{{Cmd|# apk search xf86-input*}}&lt;br /&gt;
{{Cmd|# apk search xf86-video*}}&lt;br /&gt;
&lt;br /&gt;
These are the drivers I needed but the ones you need might differ.&lt;br /&gt;
{{Cmd|# apk add xf86-video-intel xf86-input-intel xf86-video-fbdev xf86-video-vesa}}&lt;br /&gt;
&lt;br /&gt;
= Install fonts =&lt;br /&gt;
Install some fonts. If you start i3 without fonts it will be unusable.&lt;br /&gt;
{{Cmd|# apk add terminus-font}}&lt;br /&gt;
&lt;br /&gt;
= Install dbus =&lt;br /&gt;
Install dbus and set it up.&lt;br /&gt;
{{Cmd|# apk add dbus}}&lt;br /&gt;
{{Cmd|# dbus-uuidgen &amp;gt; /var/lib/dbus/machine-id}}&lt;br /&gt;
{{Cmd|# rc-update add dbus}}&lt;br /&gt;
&lt;br /&gt;
= Install X11 =&lt;br /&gt;
Install X11 and set it up.&lt;br /&gt;
{{Cmd|# setup-xorg-base }}&lt;br /&gt;
&lt;br /&gt;
= Install i3 etc =&lt;br /&gt;
Install i3, the i3 status bar and a terminal.&lt;br /&gt;
{{Cmd|# apk add i3wm i3status xterm}}&lt;br /&gt;
&lt;br /&gt;
= Set up a non-root account =&lt;br /&gt;
Set up a non-root account. (Call this whatever you like.)&lt;br /&gt;
{{Cmd|# adduser thomas }}&lt;br /&gt;
{{Cmd|# addgroup thomas input }}&lt;br /&gt;
{{Cmd|# addgroup thomas video }}&lt;br /&gt;
&lt;br /&gt;
= Test =&lt;br /&gt;
Now you can start i3 manually.&lt;br /&gt;
{{Cmd|# startx /usr/bin/i3}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; 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 [https://i3wm.org/docs/userguide.html i3 user guide].&lt;br /&gt;
&lt;br /&gt;
= Starting i3 on login =&lt;br /&gt;
To have i3 start automatically on login, you should set up xinit.&lt;br /&gt;
There are different ways to do this. The&lt;br /&gt;
[https://wiki.archlinux.org/title/Xinit arch wiki]&lt;br /&gt;
has good, transferrable information on this.&lt;/div&gt;</summary>
		<author><name>Tony20</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21657</id>
		<title>I3wm</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21657"/>
		<updated>2022-03-19T17:55:06Z</updated>

		<summary type="html">&lt;p&gt;Tony20: Change some headers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
I will assume you are working on a fresh, installation of Alpine standard.&lt;br /&gt;
Otherwise see [[Installation|these]] instructions.&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
We need the Community Repository available for access to the i3 packages.&lt;br /&gt;
Instructions are available on the [[Enable_Community_Repository|Enable Community Repository]] page.&lt;br /&gt;
&lt;br /&gt;
= Install drivers =&lt;br /&gt;
Ensure you have the required drivers.&lt;br /&gt;
{{Cmd|# apk search xf86-input*}}&lt;br /&gt;
{{Cmd|# apk search xf86-video*}}&lt;br /&gt;
&lt;br /&gt;
These are the drivers I needed but the ones you need might differ.&lt;br /&gt;
{{Cmd|# apk add xf86-video-intel xf86-input-intel xf86-video-fbdev xf86-video-vesa}}&lt;br /&gt;
&lt;br /&gt;
= Install fonts =&lt;br /&gt;
Install some fonts. If you start i3 without fonts it will be unusable.&lt;br /&gt;
{{Cmd|# apk add terminus-font}}&lt;br /&gt;
&lt;br /&gt;
= Install dbus =&lt;br /&gt;
Install dbus and set it up.&lt;br /&gt;
{{Cmd|# apk add dbus}}&lt;br /&gt;
{{Cmd|# dbus-uuidgen &amp;gt; /var/lib/dbus/machine-id}}&lt;br /&gt;
{{Cmd|# rc-update add dbus}}&lt;br /&gt;
&lt;br /&gt;
= Install X11 =&lt;br /&gt;
Install X11 and set it up.&lt;br /&gt;
{{Cmd|# setup-xorg-base }}&lt;br /&gt;
&lt;br /&gt;
= Install i3 etc =&lt;br /&gt;
Install i3, the i3 status bar and a terminal.&lt;br /&gt;
{{Cmd|# apk add i3wm i3status xterm}}&lt;br /&gt;
&lt;br /&gt;
= Set up a non-root account =&lt;br /&gt;
Set up a non-root account. (Call this whatever you like.)&lt;br /&gt;
{{Cmd|# adduser thomas }}&lt;br /&gt;
{{Cmd|# addgroup thomas input }}&lt;br /&gt;
{{Cmd|# addgroup thomas video }}&lt;br /&gt;
&lt;br /&gt;
= Test =&lt;br /&gt;
Now you can start i3 manually.&lt;br /&gt;
{{Cmd|# startx /usr/bin/i3}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; 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 [https://i3wm.org/docs/userguide.html i3 user guide].&lt;br /&gt;
&lt;br /&gt;
To have i3 start automatically on login, you should set up xinit.&lt;br /&gt;
There are different ways to do this. The&lt;br /&gt;
[https://wiki.archlinux.org/title/Xinit arch wiki]&lt;br /&gt;
has good, transferrable information on this.&lt;/div&gt;</summary>
		<author><name>Tony20</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21656</id>
		<title>I3wm</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21656"/>
		<updated>2022-03-19T17:51:30Z</updated>

		<summary type="html">&lt;p&gt;Tony20: Remove copy pasta.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
I will assume you are working on a fresh, installation of Alpine standard.&lt;br /&gt;
Otherwise see [[Installation|these]] instructions.&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
We need the Community Repository available for access to the i3 packages.&lt;br /&gt;
Instructions are available on the [[Enable_Community_Repository|Enable Community Repository]] page.&lt;br /&gt;
&lt;br /&gt;
= Install packages =&lt;br /&gt;
Ensure you have the required drivers.&lt;br /&gt;
{{Cmd|# apk search xf86-input*}}&lt;br /&gt;
{{Cmd|# apk search xf86-video*}}&lt;br /&gt;
&lt;br /&gt;
These are the drivers I needed but the ones you need might differ.&lt;br /&gt;
{{Cmd|# apk add xf86-video-intel xf86-input-intel xf86-video-fbdev xf86-video-vesa}}&lt;br /&gt;
&lt;br /&gt;
Install some fonts. If you start i3 without fonts it will be unusable.&lt;br /&gt;
{{Cmd|# apk add terminus-font}}&lt;br /&gt;
&lt;br /&gt;
Install i3, the i3 status bar and a terminal.&lt;br /&gt;
{{Cmd|# apk add i3wm i3status xterm}}&lt;br /&gt;
&lt;br /&gt;
Install dbus and set it up.&lt;br /&gt;
{{Cmd|# apk add dbus}}&lt;br /&gt;
{{Cmd|# dbus-uuidgen &amp;gt; /var/lib/dbus/machine-id}}&lt;br /&gt;
{{Cmd|# rc-update add dbus}}&lt;br /&gt;
&lt;br /&gt;
Install X11 and set it up.&lt;br /&gt;
{{Cmd|# setup-xorg-base }}&lt;br /&gt;
&lt;br /&gt;
Set up a non-root account. (Call this whatever you like.)&lt;br /&gt;
{{Cmd|# adduser thomas }}&lt;br /&gt;
{{Cmd|# addgroup thomas input }}&lt;br /&gt;
{{Cmd|# addgroup thomas video }}&lt;br /&gt;
&lt;br /&gt;
Now you can start i3 manually.&lt;br /&gt;
{{Cmd|# startx /usr/bin/i3}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; 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 [https://i3wm.org/docs/userguide.html i3 user guide].&lt;br /&gt;
&lt;br /&gt;
To have i3 start automatically on login, you should set up xinit.&lt;br /&gt;
There are different ways to do this. The&lt;br /&gt;
[https://wiki.archlinux.org/title/Xinit arch wiki]&lt;br /&gt;
has good, transferrable information on this.&lt;/div&gt;</summary>
		<author><name>Tony20</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21655</id>
		<title>I3wm</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=I3wm&amp;diff=21655"/>
		<updated>2022-03-19T17:50:47Z</updated>

		<summary type="html">&lt;p&gt;Tony20: Add a page for i3 installation and set up.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
I will assume you are working on a fresh, installation of Alpine standard.&lt;br /&gt;
Otherwise see [[Installation|these]] instructions.&lt;br /&gt;
&lt;br /&gt;
 set up, and you are logged in as root.&lt;br /&gt;
&lt;br /&gt;
= Enable Community Repository =&lt;br /&gt;
We need the Community Repository available for access to the i3 packages.&lt;br /&gt;
Instructions are available on the [[Enable_Community_Repository|Enable Community Repository]] page.&lt;br /&gt;
&lt;br /&gt;
= Install packages =&lt;br /&gt;
Ensure you have the required drivers.&lt;br /&gt;
{{Cmd|# apk search xf86-input*}}&lt;br /&gt;
{{Cmd|# apk search xf86-video*}}&lt;br /&gt;
&lt;br /&gt;
These are the drivers I needed but the ones you need might differ.&lt;br /&gt;
{{Cmd|# apk add xf86-video-intel xf86-input-intel xf86-video-fbdev xf86-video-vesa}}&lt;br /&gt;
&lt;br /&gt;
Install some fonts. If you start i3 without fonts it will be unusable.&lt;br /&gt;
{{Cmd|# apk add terminus-font}}&lt;br /&gt;
&lt;br /&gt;
Install i3, the i3 status bar and a terminal.&lt;br /&gt;
{{Cmd|# apk add i3wm i3status xterm}}&lt;br /&gt;
&lt;br /&gt;
Install dbus and set it up.&lt;br /&gt;
{{Cmd|# apk add dbus}}&lt;br /&gt;
{{Cmd|# dbus-uuidgen &amp;gt; /var/lib/dbus/machine-id}}&lt;br /&gt;
{{Cmd|# rc-update add dbus}}&lt;br /&gt;
&lt;br /&gt;
Install X11 and set it up.&lt;br /&gt;
{{Cmd|# setup-xorg-base }}&lt;br /&gt;
&lt;br /&gt;
Set up a non-root account. (Call this whatever you like.)&lt;br /&gt;
{{Cmd|# adduser thomas }}&lt;br /&gt;
{{Cmd|# addgroup thomas input }}&lt;br /&gt;
{{Cmd|# addgroup thomas video }}&lt;br /&gt;
&lt;br /&gt;
Now you can start i3 manually.&lt;br /&gt;
{{Cmd|# startx /usr/bin/i3}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; 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 [https://i3wm.org/docs/userguide.html i3 user guide].&lt;br /&gt;
&lt;br /&gt;
To have i3 start automatically on login, you should set up xinit.&lt;br /&gt;
There are different ways to do this. The&lt;br /&gt;
[https://wiki.archlinux.org/title/Xinit arch wiki]&lt;br /&gt;
has good, transferrable information on this.&lt;/div&gt;</summary>
		<author><name>Tony20</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Desktop_environments_and_Window_managers&amp;diff=21654</id>
		<title>Desktop environments and Window managers</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Desktop_environments_and_Window_managers&amp;diff=21654"/>
		<updated>2022-03-19T17:09:52Z</updated>

		<summary type="html">&lt;p&gt;Tony20: Add i3 to list of tiling window managers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
{{Tip|Be sure to add your user to &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; groups.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alpine Linux&#039;&#039;&#039; has no official desktop. Older versions used Xfce, but now, all GUI and graphical interfaces are optional. many are available and is attempted to be listed below:&lt;br /&gt;
&lt;br /&gt;
== Desktop environments ==&lt;br /&gt;
&lt;br /&gt;
# [[Xfce]]&lt;br /&gt;
# [[LXQt]]&lt;br /&gt;
# [[KDE|KDE Plasma]]&lt;br /&gt;
# [[Gnome]]&lt;br /&gt;
# [[MATE]]&lt;br /&gt;
&lt;br /&gt;
==  [https://en.wikipedia.org/wiki/Stacking_window_manager Stacking (floating) window managers] ==&lt;br /&gt;
&lt;br /&gt;
* X11:&lt;br /&gt;
** [[Openbox]]&lt;br /&gt;
&lt;br /&gt;
* Wayland:&lt;br /&gt;
** [[Wayfire]]&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Tiling_window_manager Tiling (dynamic) window managers] ==&lt;br /&gt;
&lt;br /&gt;
* X11:&lt;br /&gt;
&lt;br /&gt;
** [[Dwm]]&lt;br /&gt;
&lt;br /&gt;
** [[I3wm|i3]]&lt;br /&gt;
&lt;br /&gt;
** [[AwesomeWM|Awesome Window Manager]]&lt;br /&gt;
&lt;br /&gt;
* Wayland:&lt;br /&gt;
&lt;br /&gt;
** [[ Sway ]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Alpine newbie]]&lt;br /&gt;
* [[Post installation]]&lt;br /&gt;
* [[Fonts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:Newbie]]&lt;/div&gt;</summary>
		<author><name>Tony20</name></author>
	</entry>
</feed>