[script|dmenu] Add option to make row permanent.

fixes: #1952
This commit is contained in:
Dave Davenport
2024-02-28 20:47:18 +01:00
parent f2c0f75fd2
commit afc65ac125
6 changed files with 45 additions and 25 deletions

View File

@@ -26,6 +26,9 @@ typedef struct {
/** non-selectable */
gboolean nonselectable;
/** permanent */
gboolean permanent;
/** urgent */
gboolean urgent;
/** active */