From 8a6bdd827de065009fbc14b11dca23be61c77138 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 30 May 2017 19:07:33 +0200 Subject: config: Add a setting to disable icons loading Signed-off-by: Quentin Glidic --- config/config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/config.c') diff --git a/config/config.c b/config/config.c index 8fc258f6..840ade56 100644 --- a/config/config.c +++ b/config/config.c @@ -44,7 +44,9 @@ Settings config = { /** Font */ .menu_font = "mono 12", - /** Row colors */ + /** Whether to load and show icons */ + .show_icons = FALSE, + /** Terminal to use. (for ssh and open in terminal) */ .terminal_emulator = "rofi-sensible-terminal", .ssh_client = "ssh", -- cgit v1.2.3