diff options
author | sabetts <sabetts> | 2000-10-30 21:40:16 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-30 21:40:16 +0000 |
commit | 829be00d69387bd9114db64d3bab5f235fdc1bc4 (patch) | |
tree | 4adf83eb62362009dc2d665e2093969df2395ed7 /src/conf.h | |
parent | 3447cb9fe7c1a28d44b1b9b98c6227a4bb9075fe (diff) | |
download | ratpoison-829be00d69387bd9114db64d3bab5f235fdc1bc4.zip |
added ifdef's to toggle the hide mouse feature
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |