1
0
Fork 0
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:
Qball Cow 2014-05-15 08:44:45 +02:00
parent ce6b8b617d
commit 1b9d4fb325

View file

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