summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-02 20:55:16 +0200
committerDave Davenport <qball@blame.services>2022-07-02 20:55:16 +0200
commitc37186a911db7b08c3d04a34a96122e1529a3a97 (patch)
treec1bea1a8ab92729afadf8f6b658a25851b3c0179
parentc6456d2c1b7047858c7ea4b57fc66247648e63f4 (diff)
[Options] explicitely mark offset deprecated.
-rw-r--r--source/xrmoptions.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index fb272712..9821c99c 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -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",