From 50c8476abc7ae5a06f57306503bf7fddd2d83949 Mon Sep 17 00:00:00 2001 From: Hexchain Tong Date: Wed, 4 Feb 2015 21:02:33 +0800 Subject: [PATCH] Fix `-width' example value A full HD monitor should be 1920px wide. --- doc/rofi-manpage.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 5cc978c2..7f1ed6d0 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -274,7 +274,7 @@ The default key combinations are: If value is larger then 100, the size is set in pixels. e.g. to span a full hd monitor: - rofi -width 1980 + rofi -width 1920 If the value is negative, it tries to estimates a character width. To show 30 characters on a row: