mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
add location to xrm options
This commit is contained in:
parent
ce6b8b617d
commit
1b9d4fb325
1 changed files with 1 additions and 0 deletions
|
@ -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} },
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue