20 lines
417 B
Text
20 lines
417 B
Text
|
Config(
|
||
|
x: Fraction(0.5),
|
||
|
y: Fraction(0.2),
|
||
|
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",
|
||
|
]
|
||
|
)
|