[Options] explicitely mark offset deprecated.

This commit is contained in:
Dave Davenport 2022-07-02 20:55:16 +02:00
parent c6456d2c1b
commit c37186a911
1 changed files with 4 additions and 2 deletions

View File

@ -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",