diff options
author | rcyeske <rcyeske> | 2001-02-19 21:05:56 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-19 21:05:56 +0000 |
commit | d1676f8fd215f735623cea1c1d707a346e9b6390 (patch) | |
tree | d89331a9eeddebf830bc87610d856de652a2927b | |
parent | 29937a877c56ecd5eb85cd1d92676414a0b7c5d7 (diff) | |
download | ratpoison-d1676f8fd215f735623cea1c1d707a346e9b6390.zip |
moved bar back to upper right (oops)
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ and bottom of the message bar */ #define BAR_X_PADDING 0 /* The amount of padding on the left and right of the message bar */ -#define BAR_LOCATION 0 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */ +#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 */ #define PADDING_LEFT 0 /* space not to be taken up around managed windows */ |