sites

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

index.md (760B)


      1 moveplace
      2 =========
      3 
      4 Description
      5 -----------
      6 This patch was culled from 'exresize' which in turn is based on 'maximize',
      7 'moveresize', and 'savefloats'
      8 
      9 This patch separates out the 'explace' (rename here 'moveplace') functionality
     10 in case that is all you need, or if you want to use this with other patches.
     11 
     12 Makes a window floating and 1/3rd the height and 1/3rd the width of the screen.
     13 
     14 The window is then positioned in either the center, or one of 8 cardinal
     15 directions depending on which key is pressed.
     16 
     17 MOD+
     18 	qwe
     19 	asd
     20 	zxc
     21 
     22 with `s` being the center.
     23 
     24 Download
     25 --------
     26 * [dwm-moveplace-20180524-c8e9479.diff](dwm-moveplace-20180524-c8e9479.diff) (2018-05-24)
     27 
     28 Author
     29 ------
     30 * cd
     31 * Krister Svanlun - <krister.svanlund-AT-gmail.com> (original exresize)