💥 fix(anyrun): show results imediately, ✨ add more plugins
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
Config (
|
||||||
|
max_entries: 8,
|
||||||
|
desktop_actions: false,
|
||||||
|
show_results_immediately: true
|
||||||
|
)
|
||||||
+8
-5
@@ -1,18 +1,21 @@
|
|||||||
Config (
|
Config (
|
||||||
x: Fraction(0.5),
|
x: Fraction(0.5),
|
||||||
y: Fraction(0.35),
|
y: Fraction(0.2),
|
||||||
width: Fraction(0.4),
|
width: Fraction(0.4),
|
||||||
height: Absolute(100),
|
height: Absolute(100),
|
||||||
hide_icons: false,
|
hide_icons: false,
|
||||||
ignore_exclusive_zones: false,
|
ignore_exclusive_zones: false,
|
||||||
layer: Overlay,
|
layer: Overlay,
|
||||||
show_results_immediately: true,
|
show_results_immediately: true,
|
||||||
max_entries: Some(8),
|
max_entries: Some(100),
|
||||||
close_on_click: true,
|
close_on_click: true,
|
||||||
hide_plugin_info: true,
|
hide_plugin_info: true,
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
"libapplications.so",
|
"libapplications.so",
|
||||||
"libshell.so"
|
"libshell.so",
|
||||||
],
|
"libwebsearch.so",
|
||||||
|
"libtranslate.so",
|
||||||
|
"librink.so"
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
Config (
|
Config (
|
||||||
prefix: ":",
|
prefix: "!",
|
||||||
shell: "bash"
|
shell: "/usr/bin/env bash",
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
Config (
|
Config (
|
||||||
show_results_immediately: true,
|
|
||||||
allow_invalid: false,
|
allow_invalid: false,
|
||||||
max_entries: Some(6)
|
max_entries: 8
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Config (
|
||||||
|
prefix: ":",
|
||||||
|
language_delimeter: ">",
|
||||||
|
max_entries: 3
|
||||||
|
)
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
Config (
|
||||||
|
prefix: "?",
|
||||||
|
engines: [
|
||||||
|
Google,
|
||||||
|
DuckDuckGo
|
||||||
|
]
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user