summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-06-09 22:17:32 +0200
committerDave Davenport <qball@gmpclient.org>2018-06-09 22:17:32 +0200
commitc96ebfc2de1fc0fd7f78214dc9bce6996edaeae4 (patch)
treecc99c49bc609140149507f4d054e5c053bfa4bb9 /config
parent441c511296dd4416b86d02ee8c0672cd08808f33 (diff)
Re-add icon-theme option.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index d1503c4d..56845381 100644
--- a/config/config.c
+++ b/config/config.c
@@ -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 */
- .drun_icon_theme = NULL,
+ .icon_theme = NULL,
/**
* Location of the window.
* Enumeration indicating location or gravity of window.