You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.