diff options
Diffstat (limited to 'rofi/udt/list.rasi')
| -rw-r--r-- | rofi/udt/list.rasi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rofi/udt/list.rasi b/rofi/udt/list.rasi index 835c13e..6812571 100644 --- a/rofi/udt/list.rasi +++ b/rofi/udt/list.rasi @@ -13,8 +13,12 @@ window { location: center; } +/* `message` must be listed, or a `-mesg` passed by a script is silently + * dropped. rofi hides the widget when there is no message, so listing it + * costs nothing when unused. rofipass relies on this for its keybinding + * cheatsheet. */ mainbox { - children: [ inputbar, listview ]; + children: [ inputbar, message, listview ]; } listview { |
