mirror of
https://github.com/lbonn/rofi
synced 2025-02-17 05:18:31 +00:00
[hover-select] Change option to gboolean.
This commit is contained in:
parent
e304dbc883
commit
413eddd825
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ typedef struct
|
|||
/** Sidebar mode, show the modi */
|
||||
unsigned int sidebar_mode;
|
||||
/** Mouse hover automatically selects */
|
||||
unsigned int hover_select;
|
||||
gboolean hover_select;
|
||||
/** Lazy filter limit. */
|
||||
unsigned int lazy_filter_limit;
|
||||
/** Auto select. */
|
||||
|
|
Loading…
Add table
Reference in a new issue