summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2021-01-17 16:21:27 +0100
committerGitHub <noreply@github.com>2021-01-17 16:21:27 +0100
commitc905f3ab6095157d7bdd886b5878cb6a422ed967 (patch)
tree0b9ab990bdd79134e1b2b8421bba88ae4d9ccc9a
parent75e361ecabb81ad64139f81b52bdfb6a356c5d81 (diff)
Update README.md
Try to fix indenting.
-rw-r--r--README.md46
1 files changed, 23 insertions, 23 deletions
diff --git a/README.md b/README.md
index b4ea744c..df251fdd 100644
--- a/README.md
+++ b/README.md
@@ -22,29 +22,29 @@ This can either be running an application, selecting a window, or options provid
Its main features are:
- * Fully configurable keyboard navigation
- * Type to filter
- - Tokenized: type any word in any order to filter
- - Case insensitive (togglable)
- - Support for fuzzy-, regex-, and glob matching
- * UTF-8 enabled
- - UTF-8-aware string collating
- - International keyboard support (`e -> è)
- * RTL language support
- * Cairo drawing and Pango font rendering
- * Built-in modes:
- - Window switcher mode
- - EWMH compatible WM
- - Application launcher
- - Desktop file application launcher
- - SSH launcher mode
- - Combi mode, allowing several modes to be merged into one list
- * History-based ordering — last 25 choices are ordered on top based on use (optional)
- * Levenshtein distance ordering of matches (optional)
- * Drop-in dmenu replacement
- - Many added improvements
- * Easily extensible using scripts
- * Theming
+* Fully configurable keyboard navigation
+* Type to filter
+ - Tokenized: type any word in any order to filter
+ - Case insensitive (togglable)
+ - Support for fuzzy-, regex-, and glob matching
+* UTF-8 enabled
+ - UTF-8-aware string collating
+ - International keyboard support (`e -> è)
+* RTL language support
+* Cairo drawing and Pango font rendering
+* Built-in modes:
+ - Window switcher mode
+ - EWMH compatible WM
+ - Application launcher
+ - Desktop file application launcher
+ - SSH launcher mode
+ - Combi mode, allowing several modes to be merged into one list
+* History-based ordering — last 25 choices are ordered on top based on use (optional)
+* Levenshtein distance ordering of matches (optional)
+* Drop-in dmenu replacement
+ - Many added improvements
+* Easily extensible using scripts
+* Theming
**Rofi** has several built-in modes implementing common use cases and can be extended by scripts (either called from
**Rofi** or calling **Rofi**).