My configuration for StumpWM

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

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.