summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c4
1 files changed, 3 insertions, 1 deletions
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",