From 1a7819275a8ee15bb7e466ba090f44b25a805844 Mon Sep 17 00:00:00 2001 From: QC Date: Thu, 14 Aug 2014 21:16:42 +0200 Subject: [PATCH] Update manpage. --- doc/rofi-manpage.markdown | 13 ++++++++++++- doc/rofi.1 | 21 ++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 8b1c96b4..c613fe92 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -154,12 +154,23 @@ The default key combinations are: rofi -columns 2 -`-width` +`-width` [value] Set the width of the menu as a percentage of the screen width (default: 60). rofi -width 60 + If value is larger then 100, the size is set in pixels. e.g. to span a full hd monitor: + + rofi -width 1980 + + If the value is negative, it tries to estimates a character width. To show 30 characters on a row: + + rofi -width -30 + + (Character width is a rough estimation, and might not be correct, but should work for most + monospaced fonts..) + `-terminal` Specify what terminal to start (default x-terminal-emulator) diff --git a/doc/rofi.1 b/doc/rofi.1 index fd5756c2..74cb38d3 100644 --- a/doc/rofi.1 +++ b/doc/rofi.1 @@ -193,7 +193,7 @@ The number of columns the menu may show before scrolling (default: 25). .fi .RE .PP -\fB\fC\-width\fR +\fB\fC\-width\fR [value] .IP Set the width of the menu as a percentage of the screen width (default: 60). .PP @@ -202,6 +202,25 @@ Set the width of the menu as a percentage of the screen width (default: 60). rofi \-width 60 .fi .RE +.IP +If value is larger then 100, the size is set in pixels. e.g. to span a full hd monitor: +.PP +.RS +.nf + rofi \-width 1980 +.fi +.RE +.IP +If the value is negative, it tries to estimates a character width. To show 30 characters on a row: +.PP +.RS +.nf +rofi \-width \-30 +.fi +.RE +.TP +(Character width is a rough estimation, and might not be correct, but should work for most + monospaced fonts..) .PP \fB\fC\-terminal\fR .IP