feat: change runner from wofi to anyrun

This commit is contained in:
João Dias
2024-09-04 21:49:46 -03:00
parent 760294fec6
commit c46a7ba844
6 changed files with 87 additions and 62 deletions
+19
View File
@@ -0,0 +1,19 @@
Config (
x: Fraction(0.5),
y: Fraction(0.35),
width: Fraction(0.4),
height: Absolute(100),
hide_icons: false,
ignore_exclusive_zones: false,
layer: Overlay,
show_results_immediately: true,
max_entries: None,
close_on_click: true,
hide_plugin_info: true,
plugins: [
"libapplications.so",
"libsymbols.so",
"libshell.so"
],
)