index.md (732B)
1 gaps 2 ==== 3 4 Description 5 ----------- 6 This patch modifies the tile layout to add a gap between clients that helps to 7 visually differentiate between selected borders and normal borders and so 8 provides an additional visual hint to identify the currently selected client. 9 OTOH, there's no gap between a client and the screen frame in order to reduce 10 the waste of screen space. 11 12 To configure the gap size just set the configuration variable `gappx`. 13 14 There is a variation of the patch for the [xtile](../xtile/) layout also. 15 16 Download 17 -------- 18 * For vanilla tile: [dwm-gaps-6.0.diff](dwm-gaps-6.0.diff) 19 * For xtile tile: [dwm-gaps-xtile-6.0.diff](dwm-gaps-xtile-6.0.diff) 20 21 Author 22 ------ 23 * Carlos Pita (memeplex) <carlosjosepita@gmail.com>