README.md 1.3 KB

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.