Skip to content
MarcusE1W edited this page Mar 27, 2018 · 8 revisions

Install from source

tbd

Archlinux

Use this command in the terminal:

pacman -S spectrwm

As some configuration in Archlinux has changed recently edit your local .spectrwm.conf file to set bar_font similar 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

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;

macOS

Please see here

Clone this wiki locally