summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-10-22 11:03:11 +0200
committerDave Davenport <qball@blame.services>2022-10-22 11:03:11 +0200
commit96a69a54c342fbff8e362023023358a6b51f7ce9 (patch)
tree6b7d42afbf6fb9ad09931c59b2364cac352c780a /doc/rofi.1.markdown
parentbaba41cbd2e6805b79d1a34f607a1dba6617cf2b (diff)
[Window] Add -window-prefer-icon-theme option.
Fixes: #1702
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 976ca5b5..f386907b 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -612,6 +612,17 @@ configuration {
or pass `-window-hide-active-window true` on command line.
+You can prefer the icon theme above the window set icon with the 'prefer-icon-theme' setting:
+
+```css
+configuration {
+ window {
+ prefer-icon-theme: true;
+ }
+}
+```
+
+or pass `-window-prefer-icon-theme true` on command line.
### Combi settings