@@ -19,7 +19,7 @@ displays a graphical selection menu. When a selection is made, it is
1919printed to stdout.
2020
2121When invoked via the name ** tofi-run** , ** tofi** will not accept items
22- on stdin, instead presenting a list of executables in the user's $PATH.
22+ on stdin, instead presenting a list of executables in the user's \ $ PATH.
2323
2424When invoked via the name ** tofi-drun** , ** tofi** will not accept items
2525on stdin, and will generate a list of applications from desktop files as
@@ -55,6 +55,14 @@ the form **--key=value**.
5555
5656> Move the selection forward one entry.
5757
58+ \< Ctrl\> -u
59+
60+ > Delete line.
61+
62+ \< Ctrl\> -w
63+
64+ > Delete word.
65+
5866\< Enter\>
5967
6068> Confirm the current selection and quit.
@@ -69,24 +77,24 @@ the form **--key=value**.
6977
7078> Example configuration file.
7179
72- * $XDG_CONFIG_HOME/tofi/config*
80+ * \ $ XDG_CONFIG_HOME/tofi/config*
7381
7482> The default configuration file location.
7583
76- * $XDG_CACHE_HOME/tofi-compgen*
84+ * \ $ XDG_CACHE_HOME/tofi-compgen*
7785
78- > Cached list of executables under $PATH, regenerated as necessary.
86+ > Cached list of executables under \ $ PATH, regenerated as necessary.
7987
80- * $XDG_CACHE_HOME/tofi-drun*
88+ * \ $ XDG_CACHE_HOME/tofi-drun*
8189
8290> Cached list of desktop applications, regenerated as necessary.
8391
84- * $XDG_STATE_HOME/tofi-history*
92+ * \ $ XDG_STATE_HOME/tofi-history*
8593
8694> Numeric count of commands selected in ** tofi-run** , to enable sorting
8795> results by run count.
8896
89- * $XDG_STATE_HOME/tofi-drun-history*
97+ * \ $ XDG_STATE_HOME/tofi-drun-history*
9098
9199> Numeric count of commands selected in ** tofi-drun** , to enable sorting
92100> results by run count.
0 commit comments