]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
stumpwm: Add section names.
authorSimon Ruderich <simon@ruderich.org>
Thu, 26 Feb 2009 20:27:15 +0000 (14:27 -0600)
committerSimon Ruderich <simon@ruderich.org>
Thu, 26 Feb 2009 20:27:15 +0000 (14:27 -0600)
stumpwmrc

index 8e93597ff955be11a1aa2213c28d2a53285b3df9..0e84eecb23fc0d87ae4ae9c5092bbe931e67681c 100644 (file)
--- a/stumpwmrc
+++ b/stumpwmrc
@@ -3,9 +3,15 @@
 
 (in-package :stumpwm)
 
+
+;;; MODE LINE
+
 ;; Display mode line.
 (toggle-mode-line (current-screen) (current-head))
 
+
+;;; KEY MAPPINGS
+
 ;; Remove bindings to kill a window. Too dangerous for a Vim user.
 (undefine-key *root-map* (kbd "k"))
 (undefine-key *root-map* (kbd "C-k"))