summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index e262ee4..a855a21 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -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 */