ru_gaps
Description
Runtime useless gaps
This patch adds gaps like tilegap that are resizeable at runtime like fullgaps, but like uselessgap it removes gaps and borders when in monocle mode.
This patch also incorporates the noborder patch, but without the check for 'is not fullscreen', to make it work properly with fakefullscreen.
Notes
You might want to set resizehints in config.h to zero to get smooth animations when increasing or decreasing gaps.
Download
- dwm-ru_gaps-6.2.diff - 25-04-2020
Additional layouts
Apply the following patches on top of the previous patch to add additional layouts with resizeable gap support.
A copy of the fibonacci, but with resizeable gaps. This patch is taken from vanitygaps
A copy of the gaplessgrid, but with resizeable gaps.
- dwm-ru_gaplessgrid-6.2.diff - 25-06-2019
A copy of the bottomstack, but with resizeable gaps. The bstackhoriz function of this patch is taken from vanitygaps
- dwm-ru_bottomstack-6.2.diff - 25-04-2020
A copy of the centeredmaster, but with resizeable gaps.
- dwm-ru_centeredmaster-6.2.diff - 25-04-2020
A copy of the deck, but with resizeable gaps.
- dwm-ru_deck-6.2.diff - 25-04-2020
Related patches
A different implemetation and more layouts: vanitygaps With this patch some layouts may scale differently with increasing gap pixels.
Authors
- Aaron Duxler aaron@duxler.xyz
- Rob Livesey rlives6789@gmail.com