sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (755B)


      1 relativeborder
      2 ==============
      3 
      4 Description
      5 -----------
      6 When working with a mixture of different DPI scales on different monitors, you
      7 need to use a flexible font that will size correctly no matter the DPI - for
      8 example, `DejaVu Sans Mono-10`. If you have a border set in pixels, this border
      9 will look vastly different in size depending on the DPI of your display.
     10 
     11 This patch allows you to specify a border that is relative in size to the width
     12 of a cell in the terminal.
     13 
     14 Download
     15 --------
     16 * [st-relativeborder-20171207-0ac685f.diff](st-relativeborder-20171207-0ac685f.diff)
     17 * [st-relativeborder-0.8.3.diff](st-relativeborder-0.8.3.diff)
     18 
     19 Authors
     20 -------
     21 * Doug Whiteley - <dougwhiteley@gmail.com>
     22 * Francesco Minnocci - <ad17fmin@uwcad.it> (0.8.3 port)