mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Options] explicitely mark offset deprecated.
This commit is contained in:
parent
c6456d2c1b
commit
c37186a911
1 changed files with 4 additions and 2 deletions
|
@ -105,13 +105,15 @@ static XrmOption xrmOptions[] = {
|
|||
"yoffset",
|
||||
{.snum = &config.y_offset},
|
||||
NULL,
|
||||
"Y-offset relative to location",
|
||||
"Y-offset relative to location. *DEPRECATED* see rofi-theme manpage for "
|
||||
"new option",
|
||||
CONFIG_DEFAULT},
|
||||
{xrm_SNumber,
|
||||
"xoffset",
|
||||
{.snum = &config.x_offset},
|
||||
NULL,
|
||||
"X-offset relative to location",
|
||||
"X-offset relative to location. *DEPRECATED* see rofi-theme manpage for "
|
||||
"new option",
|
||||
CONFIG_DEFAULT},
|
||||
{xrm_Boolean,
|
||||
"fixed-num-lines",
|
||||
|
|
Loading…
Reference in a new issue