summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-10-30 21:40:16 +0000
committersabetts <sabetts>2000-10-30 21:40:16 +0000
commit829be00d69387bd9114db64d3bab5f235fdc1bc4 (patch)
tree4adf83eb62362009dc2d665e2093969df2395ed7 /src/conf.h
parent3447cb9fe7c1a28d44b1b9b98c6227a4bb9075fe (diff)
downloadratpoison-829be00d69387bd9114db64d3bab5f235fdc1bc4.zip
added ifdef's to toggle the hide mouse feature
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 3cbb85d..3092bc6 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -23,6 +23,8 @@
#define KEY_PREFIX 't'
#define MODIFIER_PREFIX ControlMask
+//#define HIDE_MOUSE /* Pressing a key sends the mouse to the bottom right corner */
+
#define BAR_FG_COLOR "Gray60"
#define BAR_BG_COLOR "Lightgreen"
#define BAR_BOLD_COLOR "Black" /* To indicate the current window */