-
Notifications
You must be signed in to change notification settings - Fork 97
Installation
MarcusE1W edited this page Mar 27, 2018
·
8 revisions
tbd
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
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;
Please see here