sites

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

index.md (773B)


      1 anygeometry
      2 ===========
      3 
      4 Description
      5 -----------
      6 From `anysize` patch:
      7 
      8 > By default, st's window size always snaps to the nearest multiple of the
      9 > character size plus a fixed inner border (set with borderpx in config.h). When
     10 > the size of st does not perfectly match the space allocated to it (when using
     11 > a tiling WM, for example), unsightly gaps will appear between st and other 
     12 > apps, or between instances of st.
     13 
     14 This patch allows you to set st's width and height as pixels instead of cells,
     15 both from the command line (with the new parameter `-G`) or the config file
     16 (variables `geometry`, `width` and `height`).
     17 
     18 Download
     19 --------
     20 * [st-anygeometry-0.8.1.diff](st-anygeometry-0.8.1.diff)
     21 
     22 Authors
     23 -------
     24 * José Miguel Sánchez García - <soy.jmi2k@gmail.com>