summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 35020bf2..2ea8b34c 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -158,15 +158,27 @@ typedef struct
unsigned int tokenize;
/** Monitors */
char *monitor;
+ /** Line margin */
+ unsigned int line_margin;
+ unsigned int line_padding;
/** filter */
char *filter;
+ /** style */
+ char *separator_style;
+ /** hide scrollbar */
+ unsigned int hide_scrollbar;
/** fullscreen */
unsigned int fullscreen;
+ /** bg image */
+ unsigned int fake_transparency;
/** dpi */
int dpi;
/** Number threads (1 to disable) */
unsigned int threads;
unsigned int scroll_method;
+ unsigned int scrollbar_width;
+ /** Background type */
+ char *fake_background;
char *window_format;
/** Click outside the window to exit */