mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Fix `-width' example value
A full HD monitor should be 1920px wide.
This commit is contained in:
parent
63fd534ba2
commit
50c8476abc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue