diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -57,6 +57,12 @@ #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 */ +/* Number of seconds before the frame indicator disappears */ +#define FRAME_INDICATOR_TIMEOUT 1 + +/* What to display in the frame indicator */ +#define FRAME_STRING "Current Frame" + #define PADDING_LEFT 0 /* space not to be taken up around managed windows */ #define PADDING_TOP 0 #define PADDING_RIGHT 0 @@ -69,4 +75,9 @@ mostly for use with hand-helds. */ #define UNMANAGED_WINDOW_LIST "xapm","xclock","xscribble" +#define RAT_WIDTH 16 +#define RAT_HEIGHT 16 +#define RAT_HOT_X 8 +#define RAT_HOT_Y 8 + #endif /* !_ _RATPOISON_CONF_H */ |