summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-12-17 19:04:02 +0100
committerDave Davenport <qball@blame.services>2021-12-17 19:04:02 +0100
commit5f7563dae38d10ba9a2fa21bb827f5fcbf315475 (patch)
tree2e5c288c7cc6126558207a06314e4e549cafe39b /doc/rofi-theme.5.markdown
parentfbfb9b0247d02ea240eb2b0436135b5d33504766 (diff)
Update cmdline separator and add to manpage.
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index f1822449..2d7ef660 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -1108,6 +1108,12 @@ To test minor changes, part of the theme can be passed on the command line, for
rofi -theme-str 'window { fullscreen:true;}' -show run
```
+Another syntax to modify theme properties is:
+
+```bash
+rofi -theme+window+fullscreen true -show run
+```
+
To print the current theme, run:
```