-
Notifications
You must be signed in to change notification settings - Fork 97
Installation
nobody642 edited this page Nov 8, 2024
·
8 revisions
tbd
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
Install using:
apt-get install spectrwm
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;
pkgin in spectrwm
The example spectrwm.conf can be found at /usr/pkg/share/examples/spectrwm/spectrwm.conf
.
Please see here