summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-22 21:11:46 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-22 21:11:46 +0200
commit2e0b973bcf84824e027c6b9e58cb159a00e000cb (patch)
tree2c42c1d89b4d9043f8ba333c914e39b9d61673db /doc/rofi.1.markdown
parent138ffc168d68f43c74db0e658cb30261a07d9a8b (diff)
Small updates to manpage
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown56
1 files changed, 11 insertions, 45 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 5194cab4..d6f04641 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -6,51 +6,8 @@
## SYNOPSIS
-**rofi**
-[ -width *pct_scr* ]
-[ -lines *lines* ]
-[ -columns *columns* ]
-[ -font *pangofont* ]
-[ -terminal *terminal* ]
-[ -location *position* ]
-[ -fixed-num-lines ]
-[ -padding *padding* ]
-[ -display *display* ]
-[ -bw *width* ]
-[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] [ -mesg ] [ -select ] [ -input *input* ] ]
-[ -filter *filter* ]
-[ -ssh-client *client* ]
-[ -ssh-command *command* ]
-[ -window-command *command* ]
-[ -disable-history ]
-[ -levenshtein-sort ]
-[ -case-sensitive ]
-[ -cycle ]
-[ -show *mode* ]
-[ -modi *mode1,mode2* ]
-[ -eh *element height* ]
-[ -e *message*]
-[ -a *row* ]
-[ -u *row* ]
-[ -pid *path* ]
-[ -version ]
-[ -help ]
-[ -dump-xresources ]
-[ -auto-select ]
-[ -parse-hosts ]
-[ -no-parse-known-hosts ]
-[ -combi-modi *mode1,mode2* ]
-[ -normal-window ]
-[ -fake-transparency ]
-[ -matching *method* ]
-[ -tokenize ]
-[ -no-click-to-exit ]
-[ -threads *num* ]
-[ -config *filename* ]
-[ -no-show-match ]
-[ -theme *filename* ]
-[ -theme-str *string* ]
-[ -dpi *dpi* ]
+**rofi** [ -show *mode* ]|[ -dmenu ]|[ -e *msg* ] [ CONFIGURATION ]
+
## DESCRIPTION
@@ -85,6 +42,15 @@ The "official" website for `dmenu` can be found [here](http://tools.suckless.org
The idea is the basic usage commandline flags are obeyed, theme related flags are not.
Besides this, **rofi** offers some extended features (like multi-select, highlighting, message bar, extra key-bindings).
+
+### Display Error message
+
+**rofi** error dialog can also be called from the commandline.
+
+ rofi -e "my message"
+
+Markup support can be enabled, see CONFIGURATION options.
+
## CONFIGURATION
There are currently three methods of setting configuration options (evaluated in order below):