aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index dd8d44d..449f43b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,6 +12,21 @@ enum {
*/
#endif
+
+#ifdef _TITLE_CONFIG
+
+/* default title prefix */
+static const char *TITLE_PREFIX = "sxiv - ";
+
+/* default title suffixmode, available options are:
+ * SUFFIX_EMPTY
+ * SUFFIX_BASENAME
+ * SUFFIX_FULLPATH
+ */
+static const suffixmode_t TITLE_SUFFIXMODE = SUFFIX_BASENAME;
+
+#endif
+
#ifdef _IMAGE_CONFIG
/* levels (in percent) to use when zooming via '-' and '+':