My configuration for StumpWM

Alex Kost e144697bce keys: Add keys to root map for 'fother'/'fnext' 7 years ago
.gitignore 0caee22743 Add .gitignore 10 years ago
COPYING 1396b7ed1c Add license 10 years ago
README.md f3fb5d56e8 Use Guile Daemon to set sound parameters 7 years ago
init.lisp f3fb5d56e8 Use Guile Daemon to set sound parameters 7 years ago
keys.lisp e144697bce keys: Add keys to root map for 'fother'/'fnext' 7 years ago
layouts.lisp ec1f9273e4 Add Copyright notices to .lisp files 7 years ago
mana.lisp ec1f9273e4 Add Copyright notices to .lisp files 7 years ago
settings.lisp e24ecd9f08 Add and use layout of 3 frames with one having 4/3 ratio 7 years ago
sound.lisp f3fb5d56e8 Use Guile Daemon to set sound parameters 7 years ago
utils.lisp 3c5e4fc61b utils: Add and use 'al/fother' command 7 years ago
visual.lisp ec1f9273e4 Add Copyright notices to .lisp files 7 years ago

README.md

About

My configuration for StumpWM. I separate my settings into several files instead of using a single .stumpwmrc.

Files

  • init.lisp – The main file for loading the other ones (~/.stumpwmrc is a symlink to this file).
  • keys.lisp – All my keybindings (I use dvorak layout, so some of them may look weird).
  • layouts.lisp – Configuration for clx-xkeyboard extension.
  • mana.lisp – Some commands for convenient playing The Mana World.
  • settings.lisp – Some miscellaneous settings.
  • sound.lisp – An interface for setting sound volume and showing it in OSD. I use Guile-Daemon and Guile-XOSD to do this. See my Guile-Daemon config for details.
  • utils.lisp – Additional functions and commands I use (all symbols there have al/ prefix).
  • visual.lisp – Visual settings: colors, mode-line and other visual appearance.

Feedback

I am not an expert in Lisp, I just like StumpWM a lot, so if you find errors or if you see that something can be implemented better, you may send me a message about that.