summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-05-12 19:52:35 +0200
committerDave Davenport <qball@blame.services>2022-05-12 19:52:35 +0200
commit141bd3d197c405c0cabd7b6d76b8105ffd514094 (patch)
tree0923e659fb504a70eb8394786e7167da72ae8756 /doc/rofi.1.markdown
parentfc6426534351fdcb0fa15d7d5f5aa17f29726c65 (diff)
[Doc][Config] Update documentation for new fallback icon
* Allow multiple config be combined.
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown25
1 files changed, 21 insertions, 4 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 5b7aa7d5..9d3ad7d8 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -258,10 +258,6 @@ Specify icon theme to be used.
If not specified default theme from DE is used, *Adwaita* and *gnome* themes act as
fallback themes.
-`-application-fallback-icon`
-
-Specify an icon to be used when the application icon in run/drun are not yet loaded or is not available.
-
`-markup`
Use Pango markup to format output wherever possible.
@@ -280,6 +276,27 @@ The limit of elements that is used to switch from instant to delayed filter mode
Default: 8192
+A fallback icon can be specified for each mode:
+
+```css
+configuration {
+ <mode>{
+ fallback-icon: "<icon name>";
+ }
+}
+```
+Example
+
+```css
+configuration {
+ run,drun {
+ fallback-icon: "application-x-addon";
+ }
+}
+```
+
+
+
### Matching
`-matching` *method*