From 19de3075e75b360ef21d9b9259df6ddc115e6dfe Mon Sep 17 00:00:00 2001 From: aloispichler <45781387+aloispichler@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:13:07 +0200 Subject: [PATCH] The mode is filebrowser (not file-browser) (#1723) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f34aea..f20b4ed6 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Below is a list of the different modes: * **drun**: launch applications based on desktop files. It tries to be compliant to the XDG standard. * **window**: Switch between windows on an EWMH compatible window manager. * **ssh**: Connect to a remote host via ssh. -* **file-browser**: A basic file-browser for opening files. +* **filebrowser**: A basic file-browser for opening files. * **keys**: list internal keybindings. * **script**: Write (limited) custom mode using simple scripts. * **combi**: Combine multiple modes into one.