.. | ||
modules@6d4584f01d | ||
.gitignore | ||
gaps.lisp | ||
groups.lisp | ||
init.lisp | ||
keyboard.lisp | ||
modeline.lisp | ||
README.md | ||
swank.lisp | ||
theme.lisp | ||
utils.lisp |
Dependencies
SBCL
sudo pacman -S sbcl
Quicklisp:
In a shell:
cd ~
curl -O https://beta.quicklisp.org/quicklisp.lisp
sbcl --load quicklisp.lisp
Then in the REPL:
(quicklisp-quickstart:install)
(ql:add-to-init-file)
And install some packages from quicklisp:
(ql:quickload '(:clx :cl-ppcre :alexandria))
Other
You'll probably want some stuff on your modeline. My modeline setup is hacky AF so you'll want the following:
ifconfig
(innet-tools
in Arch)acpi
lm_sensors
pamixer
Building and Installing
mkdir ~/src
git clone git@github.com:stumpwm/stumpwm.git ~/src/stumpwm
cd ~/src/stumpwm
./autogen.sh
./configure
make -j6
sudo make install
Configuration
- If the environment variable LAPTOP exists, then the battery will show in the modeling. You can edit
/etc/environment
if you want it in other programs too.