summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-11-14 08:06:23 +0100
committerDave Davenport <qball@gmpclient.org>2014-11-14 08:06:23 +0100
commit5c31a16da20a7c6769187434324a56ce99d3c487 (patch)
tree825dc467fe2a390c12edc780457b60a92dbf456c /doc
parent05cab7a37a9ab7b3e86ba67c8000d66c061727bf (diff)
Update font type to match pango naming.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown6
-rw-r--r--doc/rofi.118
2 files changed, 10 insertions, 14 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index aed035f9..4108ef90 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -6,7 +6,7 @@ rofi - A window switcher, run dialog and dmenu replacement
## SYNOPSIS
-**rofi** [ -width *pct_scr* ] [ -lines *lines* ] [ -columns *columns* ] [ -font *xftfont* ] [ -fg *color* ]
+**rofi** [ -width *pct_scr* ] [ -lines *lines* ] [ -columns *columns* ] [ -font *pangofont* ] [ -fg *color* ]
[ -bg *color* ] [ -hlfg *color* ] [ -hlbg *color* ] [ -key *combo* ] [ -dkey *comdo* ] [ -rkey *comdo* ]
[ -terminal *terminal* ] [ -location *position* ] [ -hmode ] [ -fixed-num-lines ] [ -padding *padding* ]
[ -opacity *opacity%* ] [ -display *display* ] [ -bc *color* ] [ -bw *width* ] [ -dmenu [ -p *prompt* ] ]
@@ -150,10 +150,10 @@ The default key combinations are:
`-font`
- Xft font name for use by the menu (default: mono-14).
+ Pango font name for use by the menu (default: mono 14).
- rofi -font monospace-14:medium
+ rofi -font monospace\ 14
`-hlbg`
diff --git a/doc/rofi.1 b/doc/rofi.1
index 8e1821d0..45e88f7f 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -4,7 +4,7 @@
rofi \- A window switcher, run dialog and dmenu replacement
.SH SYNOPSIS
.PP
-\fBrofi\fP [ \-width \fIpct_scr\fP ] [ \-lines \fIlines\fP ] [ \-columns \fIcolumns\fP ] [ \-font \fIxftfont\fP ] [ \-fg \fIcolor\fP ]
+\fBrofi\fP [ \-width \fIpct_scr\fP ] [ \-lines \fIlines\fP ] [ \-columns \fIcolumns\fP ] [ \-font \fIpangofont\fP ] [ \-fg \fIcolor\fP ]
[ \-bg \fIcolor\fP ] [ \-hlfg \fIcolor\fP ] [ \-hlbg \fIcolor\fP ] [ \-key \fIcombo\fP ] [ \-dkey \fIcomdo\fP ] [ \-rkey \fIcomdo\fP ]
[ \-terminal \fIterminal\fP ] [ \-location \fIposition\fP ] [ \-hmode ] [ \-fixed\-num\-lines ] [ \-padding \fIpadding\fP ]
[ \-opacity \fIopacity%\fP ] [ \-display \fIdisplay\fP ] [ \-bc \fIcolor\fP ] [ \-bw \fIwidth\fP ] [ \-dmenu [ \-p \fIprompt\fP ] ]
@@ -183,11 +183,11 @@ Set the foreground text color (X11 named color or hex #rrggbb) for the menu (def
.PP
\fB\fC\-font\fR
.IP
-Xft font name for use by the menu (default: mono\-14).
+Pango font name for use by the menu (default: mono 14).
.PP
.RS
.nf
- rofi \-font monospace\-14:medium
+ rofi \-font monospace\\ 14
.fi
.RE
.PP
@@ -496,18 +496,14 @@ Try using a mono\-space font.
.SH WEBSITE
.PP
\fBrofi\fP website can be found at here
-.UR https://davedavenport.github.io/rofi/
-.UE
+\[la]https://davedavenport.github.io/rofi/\[ra]
.PP
\fBrofi\fP bugtracker can be found here
-.UR https://github.com/DaveDavenport/rofi/issues
-.UE
+\[la]https://github.com/DaveDavenport/rofi/issues\[ra]
.SH AUTHOR
.PP
Qball Cow
-.MT qball@gmpclient.org
-.ME
+\[la]qball@gmpclient.org\[ra]
.PP
Original code based on work by: Sean Pringle
-.MT sean.pringle@gmail.com
-.ME
+\[la]sean.pringle@gmail.com\[ra]