sites

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

index.md (1973B)


      1 ru\_gaps
      2 ========
      3 
      4 Description
      5 -----------
      6 Runtime useless gaps
      7 
      8 This patch adds gaps like [tilegap](../tilegap/) that are resizeable at runtime like [fullgaps](../fullgaps/),
      9 but like [uselessgap](../uselessgap/) it removes gaps and borders when in monocle mode.
     10 
     11 This patch also incorporates the [noborder](../noborder/) patch, but without the check
     12 for 'is not fullscreen', to make it work properly with [fakefullscreen](../fakefullscreen).
     13 
     14 Notes
     15 -----
     16 You might want to set resizehints in config.h to zero to get smooth animations when increasing or decreasing gaps.
     17 
     18 Download
     19 --------
     20 * [dwm-ru\_gaps-6.3.diff](dwm-ru_gaps-6.3.diff) - 22-03-2022
     21 * [dwm-ru\_gaps-6.2.diff](dwm-ru_gaps-6.2.diff) - 25-04-2020
     22 
     23 Additional layouts
     24 ------------------
     25 Apply the following patches on top of the previous patch to add
     26 additional layouts with resizeable gap support.
     27 
     28 A copy of the [fibonacci](../fibonacci/), but with resizeable gaps.
     29 This patch is taken from [vanitygaps](../vanitygaps)
     30 * [dwm-ru\_fibonacci-6.2.diff](dwm-ru_fibonacci-6.2.diff)
     31 
     32 A copy of the [gaplessgrid](../gaplessgrid/), but with resizeable gaps.
     33 * [dwm-ru\_gaplessgrid-6.2.diff](dwm-ru_gaplessgrid-6.2.diff) - 25-06-2019
     34 
     35 A copy of the [bottomstack](../bottomstack/), but with resizeable gaps.
     36 The bstackhoriz function of this patch is taken from [vanitygaps](../vanitygaps)
     37 * [dwm-ru\_bottomstack-6.2.diff](dwm-ru_bottomstack-6.2.diff) - 25-04-2020
     38 
     39 A copy of the [centeredmaster](../centeredmaster/), but with resizeable gaps.
     40 * [dwm-ru\_centeredmaster-6.2.diff](dwm-ru_centeredmaster-6.2.diff) - 25-04-2020
     41 
     42 A copy of the [deck](../deck/), but with resizeable gaps.
     43 * [dwm-ru\_deck-6.2.diff](dwm-ru_deck-6.2.diff) - 25-04-2020
     44 
     45 Related patches
     46 ---------------
     47 A different implemetation and more layouts:
     48 [vanitygaps](../vanitygaps)
     49 With this patch some layouts may scale differently with increasing gap pixels.
     50 
     51 Authors
     52 -------
     53 * Aaron Duxler <aaron@duxler.xyz>
     54 * Rob Livesey <rlives6789@gmail.com>