rofi
1.7.0
|
#include <glib.h>
Go to the source code of this file.
Data Structures | |
struct | Settings |
Macros | |
#define | DEFAULT_MENU_LINES 15 |
#define | DEFAULT_MENU_COLUMNS 1 |
#define | DEFAULT_MENU_WIDTH 50.0f |
Enumerations | |
enum | MatchingMethod { MM_NORMAL = 0 , MM_REGEX = 1 , MM_GLOB = 2 , MM_FUZZY = 3 , MM_PREFIX = 4 } |
enum | SortingMethod { SORT_NORMAL = 0 , SORT_FZF = 1 } |
Variables | |
Settings | config |
#define DEFAULT_MENU_COLUMNS 1 |
Default number of columns in the list view
Definition at line 183 of file settings.h.
#define DEFAULT_MENU_LINES 15 |
Default number of lines in the list view
Definition at line 181 of file settings.h.
#define DEFAULT_MENU_WIDTH 50.0f |
Default window width
Definition at line 185 of file settings.h.
enum SortingMethod |
Possible sorting methods for listview.
Enumerator | |
---|---|
SORT_NORMAL | |
SORT_FZF |
Definition at line 49 of file settings.h.
|
extern |
Global Settings structure.
Referenced by __create_window(), __history_write_element_list(), _get_display_value(), bench_update(), combi_mgrv(), combi_mode_parse_switchers(), config_sanity_check(), create_regex(), dmenu_mode_init(), dmenu_switcher_dialog(), drun_mode_init(), drun_mode_parse_display_format(), drun_mode_parse_entry_fields(), drun_read_cache(), execshssh(), execute_generator(), fallback_icon(), filter_elements(), get_apps(), get_apps_external(), get_matching_state(), get_pixels(), get_ssh(), help_print_disabled_mode(), helper_execute_command(), helper_parse_setup(), helper_token_match(), helper_token_match_get_pango_attr(), helper_tokenize(), history_get_list(), history_remove(), history_set(), launch_link_entry(), levenshtein(), listview_create(), listview_create_row(), main(), main_loop_x11_event_handler_view(), monitor_active(), R(), read_desktop_file(), rofi_collect_modi(), rofi_icon_fetcher_init(), rofi_icon_fetcher_worker(), rofi_scorer_fuzzy_evaluate(), rofi_view_add_widget(), rofi_view_calculate_window_position(), rofi_view_ping_mouse(), rofi_view_refilter(), rofi_view_trigger_global_action(), rofi_view_workers_initialize(), rofi_xcb_set_input_focus(), run_switcher(), setup_modi(), startup(), and write_cache().