summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-05-15 08:44:45 +0200
committerQball Cow <qball@gmpclient.org>2014-05-15 08:44:45 +0200
commit1b9d4fb3250df87379a35519b97ffa62e04aa53a (patch)
treea68c1f3c9198605f1932e76fa5db0a197b026e6e /source
parentce6b8b617d1c400ab7465e48354bb8b5535cd816 (diff)
add location to xrm options
Diffstat (limited to 'source')
-rw-r--r--source/xrmoptions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index b0214337..0ddde0f2 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -63,6 +63,7 @@ XrmOption xrmOptions[] = {
{ xrm_Number, "padding", { .num = &config.padding } },
{ xrm_Number, "borderwidth", { .num = &config.menu_bw } },
{ xrm_String, "terminal", { .str = &config.terminal_emulator } },
+ { xrm_Number, "location", { .num = &config.location} },
};