Added dynamic_lines

This commit is contained in:
Scoopta
2020-06-16 15:41:28 -07:00
parent 8a68314be7
commit 2afc0b9809
2 changed files with 32 additions and 4 deletions

View File

@@ -168,6 +168,9 @@ Specifies whether x and y offsets should be calculated using the global composit
.TP
.B hide_search=\fIBOOL\fR
Specifies whether the search bar should be hidden. Default is false.
.TP
.B dynamic_lines=\fIBOOL\fR
Specifies whether wofi should be dynamically shrunk to fit the number of visible lines or if it should always stay the same size. Default is false.
.SH CSS SELECTORS
Any GTK widget can be selected by using the name of its CSS node, these however might change with updates and are not guaranteed to stay constant. Wofi also provides certain widgets with names and classes which can be referenced from CSS to give access to the most important widgets easily. \fBwofi\fR(7) contains the current widget layout used by wofi so if you want to get into CSS directly using GTK widget names look there for info.