You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Vonal global search
2
2
3
-

4
-
5
3
Vonal is a modern alternative to `dmenu`, `rofi`, `albert` etc...
6
4
Ideal for tiling window managers.
7
5
@@ -29,35 +27,42 @@ Build from source (Rust is required):
29
27
30
28
<small>(They have to be called from the same directory.)</small>
31
29
32
-
If you use bspwm, an example rule to keep Vonal floating:
33
-
`bspc rule -a vonal state=floating border=off`
30
+
*Optionally*: If you use **bspwm**, an example rule to keep Vonal floating:
31
+
-`bspc rule -a vonal state=floating border=off`
34
32
35
-
## The current state
33
+
#Plugins
36
34
37
-
Currently, there are 3 plugins:
35
+
## launcher_plugin
36
+

38
37
39
-
-**Application launcher (launcher_plugin):**A fuzzy search for .desktop files and executables in $PATH, supporting sub-actions
38
+
A fuzzy search for .desktop files and executables in $PATH, supporting sub-actions
40
39
- trigger: anything
41
40
- shortcuts:
42
41
- Up, Down, Left, Right, Enter
43
42
- example commands:
44
43
-`chr` finds chromium
45
44
-`chr github.com` finds chromium and on enter, it opens it with `github.com`
46
45
-`,` is for settings like reload application cache
47
-
-**Calculator (math_plugin):** a python proxy
46
+
## math_plugin
47
+

48
+
49
+
A python proxy
48
50
- trigger: `=`
49
51
- example commands:
50
52
-`= sin(radians(90))` prints `1.0`
51
53
-`= [i for i in range(1000) if i %99 == 0]` shows the numbers between 0 and 999 that are dividable by 99
52
-
-**Password manager (pass_plugin):** A configurable password manager plugin. It works with every password managers, however, the default config is only for GNU pass. This is not meant to be used from the search menu although you can reach it that way as well.
54
+
## pass_plugin
55
+

56
+
57
+
A configurable password manager plugin. It works with every password managers, however, the default config is only for GNU pass. This is not meant to be used from the search menu although you can reach it that way as well.
0 commit comments