mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[hover-select] Change option to gboolean.
This commit is contained in:
parent
a03867440c
commit
5e6db871e9
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ typedef struct
|
||||||
/** Sidebar mode, show the modi */
|
/** Sidebar mode, show the modi */
|
||||||
unsigned int sidebar_mode;
|
unsigned int sidebar_mode;
|
||||||
/** Mouse hover automatically selects */
|
/** Mouse hover automatically selects */
|
||||||
unsigned int hover_select;
|
gboolean hover_select;
|
||||||
/** Lazy filter limit. */
|
/** Lazy filter limit. */
|
||||||
unsigned int lazy_filter_limit;
|
unsigned int lazy_filter_limit;
|
||||||
/** Auto select. */
|
/** Auto select. */
|
||||||
|
|
Loading…
Reference in a new issue