diff --git a/source/xrmoptions.c b/source/xrmoptions.c index a0f04693..88f2432a 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -108,8 +108,7 @@ static XrmOption xrmOptions[] = { /* 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 }, - { xrm_Number, "separator", { .num = &config.separator }, NULL }, + { xrm_String, "skey", { .str = &config.ssh_key }, NULL } };