Alex Kost e144697bce keys: Add keys to root map for 'fother'/'fnext' | 7 年 前 | |
---|---|---|
.gitignore | 11 年 前 | |
COPYING | 11 年 前 | |
README.md | 8 年 前 | |
init.lisp | 8 年 前 | |
keys.lisp | 7 年 前 | |
layouts.lisp | 8 年 前 | |
mana.lisp | 8 年 前 | |
settings.lisp | 7 年 前 | |
sound.lisp | 8 年 前 | |
utils.lisp | 7 年 前 | |
visual.lisp | 8 年 前 |
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.