summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-31 02:38:10 +0000
committersabetts <sabetts>2000-08-31 02:38:10 +0000
commitb86e0c298d6881fe1a79ab4bb592aefb47147817 (patch)
tree82154a33d2be3b801c7ae9d4443fc5480ef9a6f0 /conf.h
parent51b0db69e403175301fc381dbad55357c1ca4622 (diff)
downloadratpoison-b86e0c298d6881fe1a79ab4bb592aefb47147817.zip
Added an input_window to allow the user to type data. This is used to
jump to a window by name. Added functionality to jump to a window by name.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 269aa22..e44f542 100644
--- a/conf.h
+++ b/conf.h
@@ -27,6 +27,7 @@
#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 KEY_WINBYNAME '\'' /* key to jump to a window by name */
#define TERM_PROG "rxvt" /* command to boot an xterm */
#define EMACS_PROG "emacs" /* command to boot emacs */
@@ -39,3 +40,4 @@
#define BAR_PADDING 3 /* The amount of padding on the top and bottom of the program bar */
#define BAR_LOCATION 3 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
#define BAR_TIMEOUT 5 /* Number of seconds before the progam bar autohides 0=don't autohide */
+