2024-04-04 20:04:54 +02:00
|
|
|
Config(
|
|
|
|
x: Fraction(0.5),
|
2024-04-04 23:18:26 +02:00
|
|
|
y: Fraction(0.3),
|
2024-04-04 20:04:54 +02:00
|
|
|
width: Absolute(800),
|
|
|
|
height: Fraction(0),
|
|
|
|
hide_icons: false,
|
|
|
|
hide_plugin_info: true,
|
|
|
|
ignore_exclusive_zones: false,
|
|
|
|
layer: Top,
|
|
|
|
close_on_click: true,
|
|
|
|
show_results_immediately: false,
|
|
|
|
plugins: [
|
|
|
|
"libapplications.so",
|
|
|
|
"libsymbols.so",
|
|
|
|
"libwebsearch.so",
|
|
|
|
"librink.so",
|
|
|
|
"libshell.so",
|
|
|
|
]
|
|
|
|
)
|