Remove separator from Xresources.

This commit is contained in:
QC 2014-10-19 19:44:22 +02:00
parent f728e3f03e
commit f24fac2798
1 changed files with 1 additions and 2 deletions

View File

@ -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 }
};