Hello,
I have Searched the forum for my issue and found nothing related or helpful
I have checked the Resources category (Resources Index)
I have reviewed the Wiki for relevant information
I have read the the Release Notes and Errata
OpenMandriva Lx version:
Rome , Rock6
Desktop environment (KDE, LXQT…):
KDE
Description of the issue (screenshots if relevant):
How to compile and install Spectrwm 3.6 from official github. One day I will figure out packaging and submit as package but that is taking me a long time to figure out and understand. For now this should get you installed. I recognize this might install more lib packages than absolutely needed. I did not take the time to narrow this down any further. (substitute appropriate shortcut file for spectrwm_us.conf )
Relevant informations (hardware involved, software version, logs or output…):
Spectrwm 3.6 github
cd ~
sudo dnf install git lib64xcb-* libbsd* lib64xcursor* lib64xft-dev* dmenu xlockmore
git clone https://github.com/conformal/spectrwm.git
cd spectrwm/linux/
make
sudo cp ~/spectrwm/linux/libswmhack.so.0.0 /usr/local/lib/
sudo cp ~/spectrwm/linux/spectrwm /usr/local/bin/
sudo cp ~/spectrwm/spectrwm.desktop /usr/share/xsessions/
mkdir ~/.config/spectrwm
cp ~/spectrwm/spectrwm.conf ~/.config/spectrwm/
cp ~/spectrwm/spectrwm_us.conf ~/.config/spectrwm/
sudo cp spectrwm.1 /usr/local/share/man/man1