I3wm: Difference between revisions

From Alpine Linux
(added heading Prerequisites)
 
Line 38: Line 38:
* [https://wiki.archlinux.org/title/Xinit startup i3 automatically]
* [https://wiki.archlinux.org/title/Xinit startup i3 automatically]


[[category: Desktop]]
 
[[category: Window Managers]]
[[category: Window Managers]]

Latest revision as of 15:23, 25 May 2025

i3 is a tiling window manager, primarily targeted at advanced users and developers.

Prerequisites

Installation

Install i3, i3 status bar and terminal packages i3wm, i3status, xterm

# apk add i3wm i3status xterm

Note: Add the user to input and video groups. The default configuration is minimal and most menu options won't work unless you customize and/or install additional packages.

Install drivers

Ensure you have the required drivers.

# apk search xf86-input*

# apk search xf86-video*

# apk add xf86-video-fbdev xf86-video-vesa

Install fonts

Install fonts. If you start i3 without fonts it will be unusable.

# apk add font-terminus

starting i3

Now you can start i3 manually:

# startx /usr/bin/i3

See also