rofi 1.7.5
|
#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 192 of file settings.h.
Referenced by listview_create().
#define DEFAULT_MENU_LINES 15 |
Default number of lines in the list view
Definition at line 190 of file settings.h.
Referenced by dmenu_mode_init(), and rofi_view_add_widget().
#define DEFAULT_MENU_WIDTH 50.0f |
Default window width
Definition at line 194 of file settings.h.
Referenced by rofi_view_calculate_window_width().
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(), bench_update(), combi_mgrv(), combi_mode_parse_switchers(), config_parse_dump_config_rasi_format(), config_sanity_check(), create_regex(), dmenu_mode_dialog(), dmenu_mode_init(), execshssh(), execute_generator(), 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(), levenshtein(), listview_create(), listview_create_row(), main(), main_loop_x11_event_handler_view(), monitor_active(), R(), rofi_collect_modes(), 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_refilter_real(), rofi_view_trigger_global_action(), rofi_view_workers_initialize(), rofi_xcb_set_input_focus(), run_mode_index(), setup_modes(), and startup().