summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-18 15:54:35 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-18 15:54:35 +0100
commit032049b339eb37642f373b7a50c5dc24d6cb9ca5 (patch)
treef89eafc89b42fb65fedc7cf1305e336d0ea1d76c /doc/rofi-manpage.markdown
parent6447ddf0d7a2dd9ef4c19b7c293c9b111e251413 (diff)
Small updates to manpage.
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 891a0df3..7c44a0ae 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -2,7 +2,7 @@
## NAME
-**rofi** - A window switcher, run launcher, ssh dialog and dmenu replacement
+**rofi** - A window switcher, application launcher, ssh dialog and dmenu replacement
## SYNOPSIS
@@ -221,6 +221,8 @@ Disables lazy grab, this forces the keyboard being grabbed before gui is shown.
### Theming
+These options are **deprecated** and should not be used. Please use the new theme format to customize rofi.
+
All colors are either hex #rrggbb, #aarrggbb or argb:aarrggbbvalues or X11 color names.
`-bw`
@@ -281,6 +283,8 @@ Hide the scrollbar.
Set the scrollbar width.
+### Matching
+
`-matching` *method*
Specify the matching algorithm used.
@@ -301,6 +305,9 @@ Tokenize the input.
### Layout
+Most of the following options are **deprecated** and should not be used. Please use the new theme format to customize
+rofi.
+
`-lines`
Maximum number of lines to show before scrolling.
@@ -719,8 +726,10 @@ This way it can be used as a drop-in replacement for dmenu. just copy or symlink
## THEMING
-With **rofi** 0.15.4 we have a new way of specifying theme colors.
-The new setup allows you to specify colors per state, similar to **i3**
+The theme format below describes the old (pre version 1.4) theme format. Please see rofi-theme(5) manpage for an updated
+manual.
+
+The theme setup allows you to specify colors per state, similar to **i3**
Currently 3 states exists:
* **normal** Normal row.
@@ -980,7 +989,7 @@ first.
## SEE ALSO
-rofi-sensible-terminal(1), dmenu(1)
+rofi-sensible-terminal(1), dmenu(1), rofi-theme(5)
## AUTHOR