summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-26 07:08:23 +0000
committersabetts <sabetts>2000-08-26 07:08:23 +0000
commitf5903db475495040c0d0ef5e4ad1aeb0fbc1723f (patch)
tree541bf72ab037e0de4337195867a79a4181020069 /conf.h
parent8f0cd02a27a2052be64940bcd8bbbbdfb19c8cd9 (diff)
downloadratpoison-f5903db475495040c0d0ef5e4ad1aeb0fbc1723f.zip
added functionality to delete and destroy a window
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 8976e68..6c48664 100644
--- a/conf.h
+++ b/conf.h
@@ -26,6 +26,7 @@
#define KEY_NEXTWINDOW 'n'
#define KEY_LASTWINDOW 't' /* key to toggle between the current window and the last visitted one */
#define KEY_TOGGLEBAR 'w' /* key to toggle the display of the program bar */
+#define KEY_DELETE 'k' /* delete a window SHIFT+key will Destroy the window */
#define TERM_PROG "xterm" /* command to boot an xterm */
#define EMACS_PROG "emacs" /* command to boot emacs */