mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-21 17:52:51 -04:00
Merge pull request #261 from guyhughes/manpage-with-fullscreen
Manpage with `-fullscreen`
This commit is contained in:
commit
5c57997eb5
3 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Update manpage using md2man
|
||||
Update manpage using ronn [https://github.com/rtomayko/ronn]
|
||||
|
||||
ronn --roff --pipe rofi-manpage.markdown > rofi.1
|
||||
|
||||
md2man-roff rofi-manpage.markdown > rofi.1
|
||||
|
|
|
@ -399,6 +399,10 @@ Define the inner margin of the window.
|
|||
|
||||
Default: *5*
|
||||
|
||||
`-fullscreen`
|
||||
|
||||
Use the full screen height and width.
|
||||
|
||||
`-sidebar-mode`
|
||||
|
||||
Open in sidebar-mode. In this mode a list of all enabled modes is shown at the bottom.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "ROFI\-MANPAGE" "" "October 2015" "" ""
|
||||
.TH "ROFI\-MANPAGE" "" "November 2015" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||
|
@ -697,6 +697,12 @@ Define the inner margin of the window\.
|
|||
Default: \fI5\fR
|
||||
.
|
||||
.P
|
||||
\fB\-fullscreen\fR
|
||||
.
|
||||
.P
|
||||
Use the full screen height and width\.
|
||||
.
|
||||
.P
|
||||
\fB\-sidebar\-mode\fR
|
||||
.
|
||||
.P
|
||||
|
|
Loading…
Add table
Reference in a new issue