chore: change back to ncspot
This commit is contained in:
parent
9b3bcac1f2
commit
167839ad47
7 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
Config(
|
Config(
|
||||||
|
// `width` and `vertical_offset` use an enum for the value it can be either:
|
||||||
|
// Absolute(n): The absolute value in pixels
|
||||||
|
// Fraction(n): A fraction of the width or height of the full screen (depends on exclusive zones and the settings related to them) window respectively
|
||||||
|
|
||||||
|
// How wide the input box and results are.
|
||||||
width: Absolute(800),
|
width: Absolute(800),
|
||||||
|
|
||||||
// Where Anyrun is located on the screen: Top, Center
|
// Where Anyrun is located on the screen: Top, Center
|
||||||
position: Center,
|
position: Center,
|
||||||
|
|
||||||
|
|
@ -24,6 +30,6 @@ Config(
|
||||||
"libapplications.so",
|
"libapplications.so",
|
||||||
"libshell.so",
|
"libshell.so",
|
||||||
"librink.so",
|
"librink.so",
|
||||||
"libanyrun_websearch.so",
|
"libanyrun_websearch.so"
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue