From: Simon Ruderich Date: Thu, 26 Feb 2009 20:27:15 +0000 (-0600) Subject: stumpwm: Add section names. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=25146b6576bcafa2625c057d0105d1db4a21a322;p=config%2Fdotfiles.git stumpwm: Add section names. --- diff --git a/stumpwmrc b/stumpwmrc index 8e93597..0e84eec 100644 --- 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"))