From 25146b6576bcafa2625c057d0105d1db4a21a322 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 26 Feb 2009 14:27:15 -0600 Subject: [PATCH] stumpwm: Add section names. --- stumpwmrc | 6 ++++++ 1 file changed, 6 insertions(+) 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")) -- 2.44.1