<?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=Drsheppard</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=Drsheppard"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Drsheppard"/>
	<updated>2026-05-06T08:43:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Gaming_on_Alpine&amp;diff=29718</id>
		<title>Gaming on Alpine</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Gaming_on_Alpine&amp;diff=29718"/>
		<updated>2025-04-26T15:04:27Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents the various game related packages available in Alpine Linux and lists alternate ways to game. If you are interested in developing games on Alpine Linux visit [[Game development on Alpine Linux]].&lt;br /&gt;
&lt;br /&gt;
== Installing Games ==&lt;br /&gt;
&lt;br /&gt;
Like with installing any other package, run the following:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add [game]}}&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;code&amp;gt;[game]&amp;lt;/code&amp;gt; is the name of the package containing the game, like &amp;lt;code&amp;gt;micro-tetris&amp;lt;/code&amp;gt; from among the [[#List of games|available games]].&lt;br /&gt;
&lt;br /&gt;
== Steam ==&lt;br /&gt;
{{Main|Steam}}&lt;br /&gt;
Steam, a popular game distribution platform by Valve can be run on Alpine Linux through [[Flatpak]] or this [https://github.com/ivan-hc/Steam-appimage AppImage]&lt;br /&gt;
&lt;br /&gt;
== Wine ==&lt;br /&gt;
&lt;br /&gt;
{{Pkg|wine}} allows you to run some Windows software, including games, under Linux. A 32-bit Alpine chroot/multiboot might be required to use 32 bit Windows games under Wine.  If you use x86_64, 32-bit applications will run in Wine&#039;s experimental WoW64 mode, which may not be compatible with all software.&lt;br /&gt;
&lt;br /&gt;
To run windows app/games inside a [https://www.reddit.com/r/linux4noobs/comments/1fegh0i/winealpine/ docker container] with alpine Linux, {{pkg|libcap}} is required to fix issues related to [https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#failed-to-use-icmp-network-ping-this-requires-special-permissions raw sockets]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Pre&amp;gt;&lt;br /&gt;
RUN apk add --no-cache libcap&lt;br /&gt;
RUN setcap cap_net_raw+epi /usr/bin/wine-preloader&lt;br /&gt;
&amp;lt;/Pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Permissions ==&lt;br /&gt;
&lt;br /&gt;
To make sure your account is in the &amp;quot;games&amp;quot; group, run the following:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# adduser youruser games}}&lt;br /&gt;
&lt;br /&gt;
Log-off and then log back on in order for the changes to take effect. Most games don&#039;t require this in order to work.&lt;br /&gt;
&lt;br /&gt;
== List of games ==&lt;br /&gt;
&lt;br /&gt;
Below is the list of games packages available in Alpine Linux:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;width:100%; border:1px #0771a6 solid; background:#f9f9f9; text-align:left; border-collapse:collapse;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;&amp;quot;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; |Game &lt;br /&gt;
|width=&amp;quot;20%&amp;quot; | Package name &lt;br /&gt;
|| Description&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.advancemame.it/ AdvanceMAME] || {{Pkg|advancemame}} || Arcade simulator.&lt;br /&gt;
|-&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/aisleriot Aisleriot] || {{Pkg|aisleriot}} || Solitaire card games.&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom Chocolate Doom] || {{Pkg|chocolate-doom}} || Portable release of Doom, Heretic, Hexen, and Strife&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.dosbox-staging.org/ DOSBox Staging] || {{Pkg|dosbox-staging}} || DOS-emulator that uses SDL.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.flightgear.org/ FlightGear]|| {{Pkg|flightgear}} || Flight simulator.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freeciv.org Freeciv]|| {{Pkg|freeciv}} || Free and Open Source empire-building strategy game.&lt;br /&gt;
|-&lt;br /&gt;
|[https://freedoom.github.io/ Freedoom]|| {{Pkg|freedoom}} || an entirely free software game running on a Doom engine.&lt;br /&gt;
|-&lt;br /&gt;
| [https://davidgriffith.gitlab.io/frotz/ Frotz] || {{Pkg|frotz}} || Z machine (Infocom interactive fiction) Interpreter.&lt;br /&gt;
|-&lt;br /&gt;
| [https://gcompris.net/index-en.html GCompris] || {{Pkg|gcompris-qt}} || Educational software suite comprising of numerous activities for children aged 2 to 10.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/chess/ GNU Chess]|| {{Pkg|gnuchess}} || Play chess against the computer.&lt;br /&gt;
|-&lt;br /&gt;
|[https://zdoom.org/index GZDoom] || {{Pkg|gzdoom}} || Modern game engine resembling modern FPSes compatible with Doom WADs&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LBreakout2/ LBreakout2]|| {{Pkg|lbreakout2}} || Ball-and-paddle game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LBreakoutHD LBreakoutHD] || {{Pkg|lbreakouthd}} || {{Note|No level editor available.}}&lt;br /&gt;
The successor to LBreakout2. &lt;br /&gt;
{{Pkg|lbreakout2}} is needed for level creation.&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LPairs LPairs]|| {{Pkg|lpairs2}} || Classical memory game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.luanti.org/ Luanti] || {{Pkg|luanti}} || An open source voxel game engine.&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/troglobit/tetris Micro Tetris] || {{Pkg|micro-tetris}} || A version of Tetris that uses ANSI escape sequences and can fit in embedded devices.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.nethack.org NetHack] || {{Pkg|nethack}} || A single player Rogue-like dungeon crawler or dungeon exploration game&lt;br /&gt;
|-&lt;br /&gt;
| [https://openrct2.io/ OpenRCT2] || {{Pkg|openrct2}} || {{Note| Requires original files of “RollerCoaster Tycoon 2” to play.}}&lt;br /&gt;
A free and open-source reimplementation of “RollerCoaster Tycoon 2”.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.openttd.org/ OpenTTD]|| {{Pkg|openttd}} || A business simulation game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.retroarch.com/ RetroArch] || {{Pkg|retroarch}} || Frontend for emulators, game engines, and media players using libretro.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scummvm.org/ ScummVM]|| {{Pkg|scummvm}} || Engine for several graphical adventure games.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.supertux.org/ SuperTux] || {{Pkg|supertux}} || Classic 2D jump&#039;n&#039;run side-scroller game in a style similar to the original Super Mario games.&lt;br /&gt;
|-&lt;br /&gt;
|[https://supertuxkart.net/Main_Page SuperTuxKart] || {{pkg|supertuxkart}} || Kart racing game with OSS mascots.&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.xonotic.org/ Xonotic] || {{Pkg|xonotic}} || The Free and Fast Arena Shooter.&lt;br /&gt;
Clients are: {{Pkg|xonotic-sdl}} or {{Pkg|xonotic-glx}}.  Install {{Pkg|xonotic-server}} to run a dedicated server.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Steam|Steam on Alpine Linux]]  &lt;br /&gt;
* [https://gitlab.winehq.org/wine/wine/-/wikis/FAQ  Wine FAQ]&lt;br /&gt;
* [https://obsproject.com/ OBS Studio] ({{Pkg|obs-studio}}) - Used by live streamers on streaming platforms such as YouTube and Twitch.&lt;br /&gt;
* [https://wine.htmlvalidator.com/install-wine-on-alpine-linux-3.html  How to Install Wine on Alpine Linux 3]&lt;br /&gt;
[[category:Gaming]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Gaming_on_Alpine&amp;diff=29717</id>
		<title>Gaming on Alpine</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Gaming_on_Alpine&amp;diff=29717"/>
		<updated>2025-04-26T15:04:13Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: /* Steam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents the various game related packages available in Alpine Linux and lists alternate ways to game. If you are interested in developing games on Alpine Linux visit [[Game development on Alpine Linux]].&lt;br /&gt;
&lt;br /&gt;
== Installing Games ==&lt;br /&gt;
&lt;br /&gt;
Like with installing any other package, run the following:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# apk add [game]}}&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;code&amp;gt;[game]&amp;lt;/code&amp;gt; is the name of the package containing the game, like &amp;lt;code&amp;gt;micro-tetris&amp;lt;/code&amp;gt; from among the [[#List of games|available games]].&lt;br /&gt;
&lt;br /&gt;
== Steam ==&lt;br /&gt;
{{Main|Steam}}&lt;br /&gt;
Steam, a popular game distribution platform by Valve can be run on Alpine Linux through [[Flatpak]] or this [https://github.com/ivan-hc/Steam-appimage AppImage]&lt;br /&gt;
https://wiki.alpinelinux.org/w/index.php?title=Gaming_on_Alpine&amp;amp;action=history&lt;br /&gt;
&lt;br /&gt;
== Wine ==&lt;br /&gt;
&lt;br /&gt;
{{Pkg|wine}} allows you to run some Windows software, including games, under Linux. A 32-bit Alpine chroot/multiboot might be required to use 32 bit Windows games under Wine.  If you use x86_64, 32-bit applications will run in Wine&#039;s experimental WoW64 mode, which may not be compatible with all software.&lt;br /&gt;
&lt;br /&gt;
To run windows app/games inside a [https://www.reddit.com/r/linux4noobs/comments/1fegh0i/winealpine/ docker container] with alpine Linux, {{pkg|libcap}} is required to fix issues related to [https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#failed-to-use-icmp-network-ping-this-requires-special-permissions raw sockets]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Pre&amp;gt;&lt;br /&gt;
RUN apk add --no-cache libcap&lt;br /&gt;
RUN setcap cap_net_raw+epi /usr/bin/wine-preloader&lt;br /&gt;
&amp;lt;/Pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Permissions ==&lt;br /&gt;
&lt;br /&gt;
To make sure your account is in the &amp;quot;games&amp;quot; group, run the following:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|# adduser youruser games}}&lt;br /&gt;
&lt;br /&gt;
Log-off and then log back on in order for the changes to take effect. Most games don&#039;t require this in order to work.&lt;br /&gt;
&lt;br /&gt;
== List of games ==&lt;br /&gt;
&lt;br /&gt;
Below is the list of games packages available in Alpine Linux:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;width:100%; border:1px #0771a6 solid; background:#f9f9f9; text-align:left; border-collapse:collapse;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;&amp;quot;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; |Game &lt;br /&gt;
|width=&amp;quot;20%&amp;quot; | Package name &lt;br /&gt;
|| Description&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.advancemame.it/ AdvanceMAME] || {{Pkg|advancemame}} || Arcade simulator.&lt;br /&gt;
|-&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/aisleriot Aisleriot] || {{Pkg|aisleriot}} || Solitaire card games.&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom Chocolate Doom] || {{Pkg|chocolate-doom}} || Portable release of Doom, Heretic, Hexen, and Strife&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.dosbox-staging.org/ DOSBox Staging] || {{Pkg|dosbox-staging}} || DOS-emulator that uses SDL.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.flightgear.org/ FlightGear]|| {{Pkg|flightgear}} || Flight simulator.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freeciv.org Freeciv]|| {{Pkg|freeciv}} || Free and Open Source empire-building strategy game.&lt;br /&gt;
|-&lt;br /&gt;
|[https://freedoom.github.io/ Freedoom]|| {{Pkg|freedoom}} || an entirely free software game running on a Doom engine.&lt;br /&gt;
|-&lt;br /&gt;
| [https://davidgriffith.gitlab.io/frotz/ Frotz] || {{Pkg|frotz}} || Z machine (Infocom interactive fiction) Interpreter.&lt;br /&gt;
|-&lt;br /&gt;
| [https://gcompris.net/index-en.html GCompris] || {{Pkg|gcompris-qt}} || Educational software suite comprising of numerous activities for children aged 2 to 10.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/chess/ GNU Chess]|| {{Pkg|gnuchess}} || Play chess against the computer.&lt;br /&gt;
|-&lt;br /&gt;
|[https://zdoom.org/index GZDoom] || {{Pkg|gzdoom}} || Modern game engine resembling modern FPSes compatible with Doom WADs&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LBreakout2/ LBreakout2]|| {{Pkg|lbreakout2}} || Ball-and-paddle game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LBreakoutHD LBreakoutHD] || {{Pkg|lbreakouthd}} || {{Note|No level editor available.}}&lt;br /&gt;
The successor to LBreakout2. &lt;br /&gt;
{{Pkg|lbreakout2}} is needed for level creation.&lt;br /&gt;
|-&lt;br /&gt;
| [https://lgames.sourceforge.io/LPairs LPairs]|| {{Pkg|lpairs2}} || Classical memory game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.luanti.org/ Luanti] || {{Pkg|luanti}} || An open source voxel game engine.&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/troglobit/tetris Micro Tetris] || {{Pkg|micro-tetris}} || A version of Tetris that uses ANSI escape sequences and can fit in embedded devices.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.nethack.org NetHack] || {{Pkg|nethack}} || A single player Rogue-like dungeon crawler or dungeon exploration game&lt;br /&gt;
|-&lt;br /&gt;
| [https://openrct2.io/ OpenRCT2] || {{Pkg|openrct2}} || {{Note| Requires original files of “RollerCoaster Tycoon 2” to play.}}&lt;br /&gt;
A free and open-source reimplementation of “RollerCoaster Tycoon 2”.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.openttd.org/ OpenTTD]|| {{Pkg|openttd}} || A business simulation game.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.retroarch.com/ RetroArch] || {{Pkg|retroarch}} || Frontend for emulators, game engines, and media players using libretro.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scummvm.org/ ScummVM]|| {{Pkg|scummvm}} || Engine for several graphical adventure games.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.supertux.org/ SuperTux] || {{Pkg|supertux}} || Classic 2D jump&#039;n&#039;run side-scroller game in a style similar to the original Super Mario games.&lt;br /&gt;
|-&lt;br /&gt;
|[https://supertuxkart.net/Main_Page SuperTuxKart] || {{pkg|supertuxkart}} || Kart racing game with OSS mascots.&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.xonotic.org/ Xonotic] || {{Pkg|xonotic}} || The Free and Fast Arena Shooter.&lt;br /&gt;
Clients are: {{Pkg|xonotic-sdl}} or {{Pkg|xonotic-glx}}.  Install {{Pkg|xonotic-server}} to run a dedicated server.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Steam|Steam on Alpine Linux]]  &lt;br /&gt;
* [https://gitlab.winehq.org/wine/wine/-/wikis/FAQ  Wine FAQ]&lt;br /&gt;
* [https://obsproject.com/ OBS Studio] ({{Pkg|obs-studio}}) - Used by live streamers on streaming platforms such as YouTube and Twitch.&lt;br /&gt;
* [https://wine.htmlvalidator.com/install-wine-on-alpine-linux-3.html  How to Install Wine on Alpine Linux 3]&lt;br /&gt;
[[category:Gaming]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Suspend_on_LID_close&amp;diff=29636</id>
		<title>Suspend on LID close</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Suspend_on_LID_close&amp;diff=29636"/>
		<updated>2025-04-07T14:36:44Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: change dir for acpid in aports&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains how to make your laptop go to Suspend when closing the LID.&lt;br /&gt;
&lt;br /&gt;
== acpid2 ==&lt;br /&gt;
&lt;br /&gt;
[https://sourceforge.net/projects/acpid2/ acpid2] (provided by package {{pkg|acpid}}) is a flexible and extensible daemon with Netlink support for delivering ACPI events.&lt;br /&gt;
The [https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/acpid/handler.sh default handler script] ({{path|/etc/acpi/handler.sh}}) installed with the package provides support for suspend on LID close out of the box.&lt;br /&gt;
We recommend installing {{pkg|zzz}} along with {{pkg|acpid}} to get support for pre/post suspend hooks etc.&lt;br /&gt;
&lt;br /&gt;
# Install {{pkg|acpid}} and {{pkg|zzz}}: {{cmd|# apk add acpid zzz}}&lt;br /&gt;
# Enable and start the acpid daemon: {{cmd|# rc-update add acpid &amp;amp;&amp;amp; rc-service acpid start}}&lt;br /&gt;
&lt;br /&gt;
== Busybox acpid ==&lt;br /&gt;
&lt;br /&gt;
This can be done via [[Busybox acpid]] with a hook in {{path|/etc/acpi/LID/00000080}}:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;with zzz:&#039;&#039;&#039;{{cmd|# apk add zzz}} {{cat|/etc/acpi/LID/00000080|#!/bin/sh&lt;br /&gt;
exec zzz&lt;br /&gt;
}}&lt;br /&gt;
# &#039;&#039;&#039;or with pm-utils:&#039;&#039;&#039; {{cmd|# apk add pm-utils}} {{cat|/etc/acpi/LID/00000080|#!/bin/sh&lt;br /&gt;
exec pm-suspend&lt;br /&gt;
}}&lt;br /&gt;
# &#039;&#039;&#039;or with raw variant&#039;&#039;&#039;: {{cat|/etc/acpi/LID/00000080|#!/bin/sh&lt;br /&gt;
echo mem &amp;gt; /sys/power/state&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Make the hook executable:&lt;br /&gt;
{{cmd|# chmod +x /etc/acpi/LID/00000080}}&lt;br /&gt;
&lt;br /&gt;
That should be it. To make sure that the acpid daemon is running, execute:&lt;br /&gt;
{{cmd|# rc-service acpid start}}&lt;br /&gt;
&lt;br /&gt;
== elogind ==&lt;br /&gt;
&lt;br /&gt;
Use elogind to trigger suspend and use doas to grant normal user such permissions.&lt;br /&gt;
&lt;br /&gt;
Install elogind:&lt;br /&gt;
&lt;br /&gt;
 apk add elogind&lt;br /&gt;
 rc-update add elogind&lt;br /&gt;
 rc-service elogind start&lt;br /&gt;
&lt;br /&gt;
Now suspend on lid close should be working as expected.&lt;br /&gt;
&lt;br /&gt;
For normal user to trigger suspend, install doas:&lt;br /&gt;
&lt;br /&gt;
 apk add doas&lt;br /&gt;
&lt;br /&gt;
Configure doas in &amp;lt;code&amp;gt;/etc/doas.conf&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 permit nopass $USER as root cmd /bin/loginctl&lt;br /&gt;
&lt;br /&gt;
You should now be able to suspend the computer as a normal user, using the full path to executable.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [https://github.com/jirutka/zzz zzz]&lt;br /&gt;
* [https://unix.stackexchange.com/questions/484550/pm-suspend-vs-systemctl-suspend pm-suspend vs systemd...]&lt;br /&gt;
* [https://wiki.archlinux.org/index.php?title=Pm-utils&amp;amp;oldid=498864 Archwiki pm-utils (archived page)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Power Management]]&lt;br /&gt;
[[category: Desktop]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=User:Drsheppard&amp;diff=23349</id>
		<title>User:Drsheppard</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Drsheppard&amp;diff=23349"/>
		<updated>2023-05-03T03:18:56Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, folks i&#039;m Dr.Sheppard and I consider Alpine Linux a work of art but it Alpine has one problem - outdated documentation. I&#039;m here to help solve this problem&lt;br /&gt;
&lt;br /&gt;
GitHub: https://github.com/drsheppard01/&lt;br /&gt;
Mail: gbog at proton dot me&lt;br /&gt;
&lt;br /&gt;
My ideas how to improve linux packaging: https://github.com/Drsheppard01/app-design&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=User:Drsheppard&amp;diff=23348</id>
		<title>User:Drsheppard</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Drsheppard&amp;diff=23348"/>
		<updated>2023-05-03T03:16:38Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: Created page with &amp;quot;Hi, folks i&amp;#039;m Dr.Sheppard and I consider Alpine Linux a work of art but it Alpine has one problem - outdated documentation. I&amp;#039;m here to help solve this problem&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, folks i&#039;m Dr.Sheppard and I consider Alpine Linux a work of art but it Alpine has one problem - outdated documentation. I&#039;m here to help solve this problem&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23347</id>
		<title>River</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23347"/>
		<updated>2023-05-03T03:07:11Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/riverwm/river River] is a dynamic tiling Wayland compositor. An introduction to River can be found in [https://isaacfreund.com/blog/river-intro/ this blog post] by the developer for the 0.1.0 release.  &lt;br /&gt;
&lt;br /&gt;
This wiki was written starting from a fresh install using the Alpine 3.14.2 x86_64 extended .iso. The steps begin from the first reboot after running setup-alpine and performing a sys install to disk. &lt;br /&gt;
&lt;br /&gt;
Many steps below were taken from the [https://wiki.alpinelinux.org/wiki/Sway wiki entry for installing Sway].&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Login as root.&lt;br /&gt;
&lt;br /&gt;
Edit the repositories file and uncomment the community and testing repos. For 3.14.2, we need edge/community to get the correct software versions to support River:&lt;br /&gt;
{{Cat|/etc/apk/repositories|&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/main&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/main&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/testing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install &amp;amp; configure eudev:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk update&lt;br /&gt;
apk add eudev&lt;br /&gt;
setup-devd udev}}&lt;br /&gt;
&lt;br /&gt;
Then install the mesa gallium drivers:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add mesa-dri-gallium}}&lt;br /&gt;
&lt;br /&gt;
The following links contain guides for setting up the video stack.&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Intel_Video Intel Video]&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Radeon_Video Radeon Video]&lt;br /&gt;
&lt;br /&gt;
Install River and the documentation:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add river river-doc mandoc}}&lt;br /&gt;
&lt;br /&gt;
Install your choice of additional packages:&lt;br /&gt;
&lt;br /&gt;
This list includes icons, fonts, and a terminal emulator named foot which is the default in River&#039;s sample init file that we will use later.&lt;br /&gt;
{{Cmd|apk add adwaita-icon-theme foot ttf-dejavu}}&lt;br /&gt;
&lt;br /&gt;
Set seatd to start automatically at next boot and also manually start it for this session:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add seatd&lt;br /&gt;
rc-service seatd start}}&lt;br /&gt;
&lt;br /&gt;
Create a new user and update group membership:&lt;br /&gt;
{{Cmd|adduser sodface&lt;br /&gt;
addgroup sodface audio&lt;br /&gt;
addgroup sodface input&lt;br /&gt;
addgroup sodface seat&lt;br /&gt;
addgroup sodface video&lt;br /&gt;
addgroup sodface wheel&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install sudo and run visudo, uncommenting the desired permissions for the wheel group:&lt;br /&gt;
{{Cmd|apk add sudo &amp;amp;&amp;amp; visudo}}&lt;br /&gt;
&lt;br /&gt;
Logout and log back in as the new user.&lt;br /&gt;
&lt;br /&gt;
== Running River ==&lt;br /&gt;
&lt;br /&gt;
Before running River for the first time, copy the sample init file to ~/.config:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|install -Dm0755 /usr/share/doc/river/examples/init -t ~/.config/river}}&lt;br /&gt;
&lt;br /&gt;
Set [[Wayland#XDG_RUNTIME_DIR|XDG_RUNTIME_DIR]] and then start River:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|1=river}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Following are a few notes that are most certainly not related to River whatsoever but rather discovered while running River so I&#039;m tacking them onto the end of this wiki.&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains on launch &amp;quot;glxtest: libpci missing&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|sudo apk add pciutils-libs}}&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains continuously &amp;quot;Unable to load hand2 from the cursor theme&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|mkdir -p ~/.icons/default&lt;br /&gt;
ln -s /usr/share/icons/Adwaita/cursors .icons/default/cursors}}&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23346</id>
		<title>River</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23346"/>
		<updated>2023-05-03T02:56:29Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: fix issues in directory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/riverwm/river River] is a dynamic tiling Wayland compositor. An introduction to River can be found in [https://isaacfreund.com/blog/river-intro/ this blog post] by the developer for the 0.1.0 release.  &lt;br /&gt;
&lt;br /&gt;
This wiki was written starting from a fresh install using the Alpine 3.14.2 x86_64 extended .iso. The steps begin from the first reboot after running setup-alpine and performing a sys install to disk. &lt;br /&gt;
&lt;br /&gt;
Many steps below were taken from the [https://wiki.alpinelinux.org/wiki/Sway wiki entry for installing Sway].&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Login as root.&lt;br /&gt;
&lt;br /&gt;
Edit the repositories file and uncomment the community and testing repos. For 3.14.2, we need edge/community to get the correct software versions to support River:&lt;br /&gt;
{{Cat|/etc/apk/repositories|&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/main&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/main&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/testing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install &amp;amp; configure eudev:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk update&lt;br /&gt;
apk add eudev&lt;br /&gt;
setup-udev}}&lt;br /&gt;
&lt;br /&gt;
Then install the mesa gallium drivers:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add mesa-dri-gallium}}&lt;br /&gt;
&lt;br /&gt;
The following links contain guides for setting up the video stack.&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Intel_Video Intel Video]&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Radeon_Video Radeon Video]&lt;br /&gt;
&lt;br /&gt;
Install River and the documentation:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add river river-doc mandoc}}&lt;br /&gt;
&lt;br /&gt;
Install your choice of additional packages:&lt;br /&gt;
&lt;br /&gt;
This list includes icons, fonts, and a terminal emulator named foot which is the default in River&#039;s sample init file that we will use later.&lt;br /&gt;
{{Cmd|apk add adwaita-icon-theme foot ttf-dejavu}}&lt;br /&gt;
&lt;br /&gt;
Set seatd to start automatically at next boot and also manually start it for this session:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add seatd&lt;br /&gt;
rc-service seatd start}}&lt;br /&gt;
&lt;br /&gt;
Create a new user and update group membership:&lt;br /&gt;
{{Cmd|adduser sodface&lt;br /&gt;
addgroup sodface audio&lt;br /&gt;
addgroup sodface input&lt;br /&gt;
addgroup sodface seat&lt;br /&gt;
addgroup sodface video&lt;br /&gt;
addgroup sodface wheel&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install sudo and run visudo, uncommenting the desired permissions for the wheel group:&lt;br /&gt;
{{Cmd|apk add sudo &amp;amp;&amp;amp; visudo}}&lt;br /&gt;
&lt;br /&gt;
Logout and log back in as the new user.&lt;br /&gt;
&lt;br /&gt;
== Running River ==&lt;br /&gt;
&lt;br /&gt;
Before running River for the first time, copy the sample init file to ~/.config:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|install -Dm0755 /usr/share/doc/river/examples/init -t ~/.config/river}}&lt;br /&gt;
&lt;br /&gt;
Set [[Wayland#XDG_RUNTIME_DIR|XDG_RUNTIME_DIR]] and then start River:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|1=river}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Following are a few notes that are most certainly not related to River whatsoever but rather discovered while running River so I&#039;m tacking them onto the end of this wiki.&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains on launch &amp;quot;glxtest: libpci missing&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|sudo apk add pciutils-libs}}&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains continuously &amp;quot;Unable to load hand2 from the cursor theme&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|mkdir -p ~/.icons/default&lt;br /&gt;
ln -s /usr/share/icons/Adwaita/cursors .icons/default/cursors}}&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23345</id>
		<title>River</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=River&amp;diff=23345"/>
		<updated>2023-05-03T02:53:20Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: update version, remove mixing stable and edge channels (don&amp;#039;t do this!)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/riverwm/river River] is a dynamic tiling Wayland compositor. An introduction to River can be found in [https://isaacfreund.com/blog/river-intro/ this blog post] by the developer for the 0.1.0 release.  &lt;br /&gt;
&lt;br /&gt;
This wiki was written starting from a fresh install using the Alpine 3.14.2 x86_64 extended .iso. The steps begin from the first reboot after running setup-alpine and performing a sys install to disk. &lt;br /&gt;
&lt;br /&gt;
Many steps below were taken from the [https://wiki.alpinelinux.org/wiki/Sway wiki entry for installing Sway].&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Login as root.&lt;br /&gt;
&lt;br /&gt;
Edit the repositories file and uncomment the community and testing repos. For 3.14.2, we need edge/community to get the correct software versions to support River:&lt;br /&gt;
{{Cat|/etc/apk/repositories|&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/main&lt;br /&gt;
#http://dl-cdn.alpinelinux.org/alpine/v3.17/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/main&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/community&lt;br /&gt;
http://dl-cdn.alpinelinux.org/alpine/edge/testing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install &amp;amp; configure eudev:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk update&lt;br /&gt;
apk add eudev&lt;br /&gt;
setup-udev}}&lt;br /&gt;
&lt;br /&gt;
Then install the mesa gallium drivers:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add mesa-dri-gallium}}&lt;br /&gt;
&lt;br /&gt;
The following links contain guides for setting up the video stack.&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Intel_Video Intel Video]&lt;br /&gt;
* [https://wiki.alpinelinux.org/wiki/Radeon_Video Radeon Video]&lt;br /&gt;
&lt;br /&gt;
Install River and the documentation:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add river river-doc mandoc}}&lt;br /&gt;
&lt;br /&gt;
Install your choice of additional packages:&lt;br /&gt;
&lt;br /&gt;
This list includes icons, fonts, and a terminal emulator named foot which is the default in River&#039;s sample init file that we will use later.&lt;br /&gt;
{{Cmd|apk add adwaita-icon-theme foot ttf-dejavu}}&lt;br /&gt;
&lt;br /&gt;
Set seatd to start automatically at next boot and also manually start it for this session:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|rc-update add seatd&lt;br /&gt;
rc-service seatd start}}&lt;br /&gt;
&lt;br /&gt;
Create a new user and update group membership:&lt;br /&gt;
{{Cmd|adduser sodface&lt;br /&gt;
addgroup sodface audio&lt;br /&gt;
addgroup sodface input&lt;br /&gt;
addgroup sodface seat&lt;br /&gt;
addgroup sodface video&lt;br /&gt;
addgroup sodface wheel&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Install sudo and run visudo, uncommenting the desired permissions for the wheel group:&lt;br /&gt;
{{Cmd|apk add sudo &amp;amp;&amp;amp; visudo}}&lt;br /&gt;
&lt;br /&gt;
Logout and log back in as the new user.&lt;br /&gt;
&lt;br /&gt;
== Running River ==&lt;br /&gt;
&lt;br /&gt;
Before running River for the first time, copy the sample init file to ~/.config:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|install -Dm0755 /usr/share/doc/river/example/init -t ~/.config/river}}&lt;br /&gt;
&lt;br /&gt;
Set [[Wayland#XDG_RUNTIME_DIR|XDG_RUNTIME_DIR]] and then start River:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|1=river}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Following are a few notes that are most certainly not related to River whatsoever but rather discovered while running River so I&#039;m tacking them onto the end of this wiki.&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains on launch &amp;quot;glxtest: libpci missing&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|sudo apk add pciutils-libs}}&lt;br /&gt;
&lt;br /&gt;
Firefox 89.0.1 complains continuously &amp;quot;Unable to load hand2 from the cursor theme&amp;quot;, resolved by:&lt;br /&gt;
{{Cmd|mkdir -p ~/.icons/default&lt;br /&gt;
ln -s /usr/share/icons/Adwaita/cursors .icons/default/cursors}}&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Desktop_environments_and_Window_managers&amp;diff=22960</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=22960"/>
		<updated>2023-02-02T16:45:16Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: &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;
** [[Weston]]&lt;br /&gt;
** [[LabWC]]&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;
** Bspwm&lt;br /&gt;
** Herbstluftwm&lt;br /&gt;
** [[Dwm]]&lt;br /&gt;
** [[I3wm|i3]]&lt;br /&gt;
** [[AwesomeWM|Awesome Window Manager]]&lt;br /&gt;
** Ratpoison (Available in Edge Branch)&lt;br /&gt;
** spectrwm (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
* Wayland:&lt;br /&gt;
** [[ Sway ]]&lt;br /&gt;
** [[River]]&lt;br /&gt;
** Cagebreak (Available in Edge Branch)&lt;br /&gt;
** dwl (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
== Other Window Managers ==&lt;br /&gt;
&lt;br /&gt;
* Wayland&lt;br /&gt;
** Cage - Wayland Compositor for running single app on fullscreen mode (kiosk)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Installation#Post-Install|Post Install]]&lt;br /&gt;
* [[Alpine newbie]]&lt;br /&gt;
* [[Fonts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:Newbie]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Desktop_environments_and_Window_managers&amp;diff=22959</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=22959"/>
		<updated>2023-02-02T16:44:50Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: &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;
** [[Weston]]&lt;br /&gt;
** [[LabWC]]&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;
** Bspwm&lt;br /&gt;
** Herbstluftwm&lt;br /&gt;
** [[Dwm]]&lt;br /&gt;
** [[I3wm|i3]]&lt;br /&gt;
** [[AwesomeWM|Awesome Window Manager]]&lt;br /&gt;
** Ratpoison (Available in Edge Branch)&lt;br /&gt;
** spectrwm (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
* Wayland:&lt;br /&gt;
** [[ Sway ]]&lt;br /&gt;
** [[River]]&lt;br /&gt;
** Cagebreak (Available in Edge Branch)&lt;br /&gt;
** dwl (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
== Other Window Managers ==&lt;br /&gt;
&lt;br /&gt;
** Cage - Wayland Compositor for running single app on fullscreen mode (kiosk)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Installation#Post-Install|Post Install]]&lt;br /&gt;
* [[Alpine newbie]]&lt;br /&gt;
* [[Fonts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:Newbie]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Desktop_environments_and_Window_managers&amp;diff=22958</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=22958"/>
		<updated>2023-02-02T16:17:34Z</updated>

		<summary type="html">&lt;p&gt;Drsheppard: /* Tiling (dynamic) 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;
** [[Weston]]&lt;br /&gt;
** [[LabWC]]&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;
** Bspwm&lt;br /&gt;
** Herbstluftwm&lt;br /&gt;
** [[Dwm]]&lt;br /&gt;
** [[I3wm|i3]]&lt;br /&gt;
** [[AwesomeWM|Awesome Window Manager]]&lt;br /&gt;
** Ratpoison (Available in Edge Branch)&lt;br /&gt;
** spectrwm (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
* Wayland:&lt;br /&gt;
** [[ Sway ]]&lt;br /&gt;
** [[River]]&lt;br /&gt;
** Cagebreak (Available in Edge Branch)&lt;br /&gt;
** dwl (Available in Edge Branch)&lt;br /&gt;
** Qtile (Available in Edge Branch)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Installation#Post-Install|Post Install]]&lt;br /&gt;
* [[Alpine newbie]]&lt;br /&gt;
* [[Fonts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:Newbie]]&lt;/div&gt;</summary>
		<author><name>Drsheppard</name></author>
	</entry>
</feed>