summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-08-08 15:55:13 +0200
committerDave Davenport <qball@gmpclient.org>2018-08-08 15:55:13 +0200
commit859a9c79d604ab6d0bd25af269e4c3f59b2a970b (patch)
tree025477f377a28581d2ffea4098b2caa939b64ceb /config
parent4631ac711f8048433ea9b5a3449179ef3f583cd7 (diff)
Indent the code.
Diffstat (limited to 'config')
-rw-r--r--config/config.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/config.c b/config/config.c
index 593a36c5..625d14d9 100644
--- a/config/config.c
+++ b/config/config.c
@@ -41,13 +41,13 @@ Settings config = {
.modi = "run,ssh",
#endif
/** Border width around the window. */
- .menu_bw = 1,
+ .menu_bw = 1,
/** The width of the switcher. (0100 in % > 100 in pixels) */
- .menu_width = 50,
+ .menu_width = 50,
/** Maximum number of options to show. */
- .menu_lines = 15,
+ .menu_lines = 15,
/** Number of columns */
- .menu_columns = 1,
+ .menu_columns = 1,
/** Font */
.menu_font = "mono 12",
@@ -68,7 +68,7 @@ Settings config = {
/** Command executed on accep-entry-custom for window modus */
.window_command = "xkill -id {window}",
/** No default icon theme, we search Adwaita and gnome as fallback */
- .icon_theme = NULL,
+ .icon_theme = NULL,
/**
* Location of the window.
* Enumeration indicating location or gravity of window.
@@ -82,11 +82,11 @@ Settings config = {
*/
.location = WL_CENTER,
/** Padding between elements */
- .padding = 5,
+ .padding = 5,
/** Y offset */
- .y_offset = 0,
+ .y_offset = 0,
/** X offset */
- .x_offset = 0,
+ .x_offset = 0,
/** Always show config.menu_lines lines, even if less lines are available */
.fixed_num_lines = TRUE,
/** Do not use history */
@@ -100,7 +100,7 @@ Settings config = {
/** Cycle through in the element list */
.cycle = TRUE,
/** Height of an element in #chars */
- .element_height = 1,
+ .element_height = 1,
/** Sidebar mode, show the modi */
.sidebar_mode = FALSE,
/** auto select */
@@ -124,8 +124,8 @@ Settings config = {
/** Monitor */
.monitor = "-5",
/** set line margin */
- .line_margin = 2,
- .line_padding = 1,
+ .line_margin = 2,
+ .line_padding = 1,
/** Set filter */
.filter = NULL,
/** Separator style: dash/solid */
@@ -134,10 +134,10 @@ Settings config = {
.hide_scrollbar = FALSE,
.fullscreen = FALSE,
.fake_transparency = FALSE,
- .dpi = -1,
- .threads = 0,
- .scroll_method = 0,
- .scrollbar_width = 8,
+ .dpi = -1,
+ .threads = 0,
+ .scroll_method = 0,
+ .scrollbar_width = 8,
.fake_background = "screenshot",
.window_format = "{w} {i}{c} {t}",
.click_to_exit = TRUE,
@@ -148,6 +148,6 @@ Settings config = {
.color_urgent = NULL,
.color_window = NULL,
.plugin_path = PLUGIN_PATH,
- .max_history_size = 25,
+ .max_history_size = 25,
.combi_hide_mode_prefix = FALSE,
};