You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
494 B
22 lines
494 B
# Root level - UI/Color options go here |
|
highlight_color = "LightBlue" |
|
main_border_color = "White" |
|
pin_color = "Orange" |
|
terminal_launcher = "kitty -e" # or "tty" for TTY mode (-t/--tty) |
|
|
|
# App launcher specific options |
|
[app_launcher] |
|
filter_desktop = true |
|
filter_actions = false |
|
list_executables_in_path = true |
|
ranking_mode = "frecency" |
|
pinned_order = "ranking" |
|
|
|
# Dmenu mode overrides |
|
[dmenu] |
|
delimiter = " " |
|
show_line_numbers = true |
|
|
|
# Clipboard mode overrides |
|
[cclip] |
|
image_preview = true
|
|
|