From f3b4af1da0c6cea3dbab3d5eca2ac13b6019e4b2 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 12 Apr 2017 18:19:58 +0200 Subject: window: Add icons support (quick and dirty) --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.c b/config/config.c index 1792583c..8fc258f6 100644 --- a/config/config.c +++ b/config/config.c @@ -111,7 +111,7 @@ Settings config = { .dpi = -1, .threads = 0, .scroll_method = 0, - .window_format = "{w} {c} {t}", + .window_format = "{w} {i}{c} {t}", .click_to_exit = TRUE, .show_match = TRUE, .theme = NULL, -- cgit v1.2.3