mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Remove separator from Xresources.
This commit is contained in:
parent
f728e3f03e
commit
f24fac2798
1 changed files with 1 additions and 2 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue