mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix typo (position->location) in rofi-theme manpage.
This commit is contained in:
parent
f041313efb
commit
94aa4a9b7c
3 changed files with 14 additions and 16 deletions
|
@ -29,21 +29,19 @@ $XDG_DATA_HOME/share/rofi/themes
|
|||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
${PREFIX} reflects the install location of rofi\. In most cases this will be "/usr"\. $XDG_CONFIG_HOME is normally unset\. Default path is "$HOME/\.config"\. $XDG_DATA_HOME is normally unset\. Default path is "$HOME/\.local/share"\.
|
||||
${PREFIX} reflects the install location of rofi\. In most cases this will be "/usr"\.
|
||||
.
|
||||
.P
|
||||
SEE ALSO rofi(1)
|
||||
.br
|
||||
$XDG_CONFIG_HOME is normally unset\. Default path is "$HOME/\.config"\.
|
||||
.
|
||||
.P
|
||||
AUTHOR Qball Cow qball@gmpclient\.org
|
||||
.br
|
||||
$XDG_DATA_HOME is normally unset\. Default path is "$HOME/\.local/share"\.
|
||||
.
|
||||
.IP "" 4
|
||||
.SH "SEE ALSO"
|
||||
rofi(1)
|
||||
.
|
||||
.nf
|
||||
|
||||
Rasmus Steinke rasi@xssn\.at
|
||||
.SH "AUTHORS"
|
||||
Qball Cow qball@gmpclient\.org
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.IP "" 0
|
||||
|
||||
.br
|
||||
Rasmus Steinke rasi@xssn\.at
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "ROFI\-THEME" "5" "November 2017" "" ""
|
||||
.TH "ROFI\-THEME" "5" "December 2017" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBrofi\-theme\fR \- Rofi theme format files
|
||||
|
@ -930,7 +930,7 @@ The following properties are currently supported:
|
|||
\fBtransparency\fR: string Indicating if transparency should be used and what type: \fBreal\fR \- True transparency\. Only works with a compositor\. \fBbackground\fR \- Take a screenshot of the background image and use that\. \fBscreenshot\fR \- Take a screenshot of the screen and use that\. \fBPath\fR to png file \- Use an image\.
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBposition\fR: position The place of the anchor on the monitor
|
||||
\fBlocation\fR: position The place of the anchor on the monitor
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBanchor\fR: anchor The anchor position on the window
|
||||
|
|
|
@ -589,7 +589,7 @@ The following properties are currently supported:
|
|||
**screenshot** - Take a screenshot of the screen and use that.
|
||||
**Path** to png file - Use an image.
|
||||
|
||||
* **position**: position
|
||||
* **location**: position
|
||||
The place of the anchor on the monitor
|
||||
* **anchor**: anchor
|
||||
The anchor position on the window
|
||||
|
|
Loading…
Reference in a new issue