Alex Kost e144697bce keys: Add keys to root map for 'fother'/'fnext' | vor 7 Jahren | |
---|---|---|
.gitignore | vor 11 Jahren | |
COPYING | vor 11 Jahren | |
README.md | vor 8 Jahren | |
init.lisp | vor 8 Jahren | |
keys.lisp | vor 7 Jahren | |
layouts.lisp | vor 8 Jahren | |
mana.lisp | vor 8 Jahren | |
settings.lisp | vor 7 Jahren | |
sound.lisp | vor 8 Jahren | |
utils.lisp | vor 7 Jahren | |
visual.lisp | vor 8 Jahren |
My configuration for StumpWM. I
separate my settings into several files instead of using a single
.stumpwmrc
.
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.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.