]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - stumpwmrc
stumpwm: Add section names.
[config/dotfiles.git] / stumpwmrc
1 ;; Configuration file for Stumpwm.
2
3
4 (in-package :stumpwm)
5
6
7 ;;; MODE LINE
8
9 ;; Display mode line.
10 (toggle-mode-line (current-screen) (current-head))
11
12
13 ;;; KEY MAPPINGS
14
15 ;; Remove bindings to kill a window. Too dangerous for a Vim user.
16 (undefine-key *root-map* (kbd "k"))
17 (undefine-key *root-map* (kbd "C-k"))
18 (undefine-key *root-map* (kbd "K"))
19
20 ;; vim: ft=lisp