summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-05-20 09:43:45 +0200
committerQball Cow <qball@gmpclient.org>2014-05-20 09:43:45 +0200
commit85172743eec65e83f98ccd079bb9f0876678080e (patch)
tree6ad2fafcfd3ca2e506c36bad6608437b4a82c871 /source/xrmoptions.c
parent3157358c630150a1a786950a1a75e47620883ea6 (diff)
Keys via xresources, dump config.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index e4c0b601..886e8b49 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -75,6 +75,10 @@ static XrmOption xrmOptions[] = {
{ xrm_Number, "fixed_num_lines", { .num = &config.fixed_num_lines }, NULL },
{ xrm_Number, "columns", { .num = &config.menu_columns }, NULL },
{ xrm_Number, "hmode", { .num = &config.hmode }, NULL },
+ /* Key bindings */
+ { xrm_String, "key", { .str = &config.window_key }, NULL },
+ { xrm_String, "rkey", { .str = &config.run_key }, NULL },
+ { xrm_String, "skey", { .str = &config.ssh_key }, NULL },
};