summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-19 13:27:10 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-19 13:36:31 +0100
commit4ae414e3ab3931260dd0f025ef1f3ee12fea56ad (patch)
tree6484e285341cdc22748ccd1a9bb95e710fbf89f6 /config
parentc27921f99a793952c6f0c2d269de17689b687cb1 (diff)
Remove/Comment all X11 stuff
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'config')
-rw-r--r--config/config.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/config/config.c b/config/config.c
index 3bec7dec..e71744ed 100644
--- a/config/config.c
+++ b/config/config.c
@@ -64,24 +64,8 @@ Settings config = {
.run_shell_command = "{terminal} -e {cmd}",
/** Command executed on accep-entry-custom for window modus */
.window_command = "xkill -id {window}",
- /**
- * Location of the window.
- * Enumeration indicating location or gravity of window.
- *
- * WL_NORTH_WEST WL_NORTH WL_NORTH_EAST
- *
- * WL_EAST WL_CENTER WL_EAST
- *
- * WL_SOUTH_WEST WL_SOUTH WL_SOUTH_EAST
- *
- */
- .location = WL_CENTER,
/** Padding between elements */
.padding = 5,
- /** Y offset */
- .y_offset = 0,
- /** X offset */
- .x_offset = 0,
/** Always show config.menu_lines lines, even if less lines are available */
.fixed_num_lines = TRUE,
/** Do not use history */
@@ -109,8 +93,6 @@ Settings config = {
.tokenize = TRUE,
.matching = "normal",
.matching_method = MM_NORMAL,
- /** Monitor */
- .monitor = "-5",
/** set line margin */
.line_margin = 2,
.line_padding = 1,
@@ -121,12 +103,9 @@ Settings config = {
/** Hide scrollbar */
.hide_scrollbar = FALSE,
.fullscreen = FALSE,
- .fake_transparency = FALSE,
- .dpi = -1,
.threads = 0,
.scrollbar_width = 8,
.scroll_method = 0,
- .fake_background = "screenshot",
.window_format = "{w} {c} {t}",
.click_to_exit = TRUE,
.show_match = TRUE,