Skip to content
nobody642 edited this page Nov 8, 2024 · 8 revisions

Install from source

tbd

Arch Linux

Use this command in the terminal:

yay -S spectrwm

As some configuration in Arch Linux has changed recently edit your local .spectrwm.conf file to set bar_font like this:

bar_font = xos4 Terminus:pixelsize=14:antialias=true

(Here assuming that font Terminus is installed. Other fonts that are listed with fc-list should also work)

For more details see also issue #193

Debian / Ubuntu

Install using:

apt-get install spectrwm

NixOS

Add these lines to your /etc/nixos/configuration.nix file:

# Enable the X11 window system (in case you don't have this already)
services.xserver.enable = true;

# Enable spectrwm tiling window manager
services.xserver.windowManager.spectrwm.enable = true;

NetBSD

pkgin in spectrwm

The example spectrwm.conf can be found at /usr/pkg/share/examples/spectrwm/spectrwm.conf.

macOS

Please see here

Clone this wiki locally