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-3
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,35 @@ If you use bspwm, an example rule to keep Vonal floating:
20
20
21
21
## The current state
22
22
23
-
Currently, there are 2 plugins:
23
+
Currently, there are 3 plugins:
24
24
25
-
-**Application launcher plugin:** A fuzzy search for .desktop files and executables in $PATH, supporting sub-actions
25
+
-**Application launcher (launcher_plugin):** A fuzzy search for .desktop files and executables in $PATH, supporting sub-actions
26
26
- trigger: anything
27
27
- shortcuts:
28
28
- Up, Down, Left, Right, Enter
29
29
- example commands:
30
30
-`chr` finds chromium
31
31
-`chr github.com` finds chromium and on enter, it opens it with `github.com`
32
32
-`,` is for settings like reload application cache
33
-
-**Calculator plugin:** a python proxy
33
+
-**Calculator (math_plugin):** a python proxy
34
34
- trigger: `=`
35
35
- example commands:
36
36
-`= sin(radians(90))` prints `1.0`
37
37
-`= [i for i in range(1000) if i %99 == 0]` shows the numbers between 0 and 999 that are dividable by 99
38
+
-**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.
0 commit comments