index.md (802B)
1 selectivefakefullscreen 2 ======================= 3 4 Description 5 ----------- 6 Allows a specific application to fake a full screen while the rest behave as usual, 7 it's based on Jan Hendrik Farr's patch, [fakefullscreen](../fakefullscreen/). 8 9 Includes a modification to config.def.h in order to add a new member to Rules struct, 10 called "isfakefullscreen", set it to one for all the applications you want to 11 fake a full screen. 12 13 Download 14 -------- 15 * [dwm-selectivefakefullscreen-20201130-97099e7.diff](dwm-selectivefakefullscreen-20201130-97099e7.diff) 16 * [dwm-selectivefakefullscreen-20200513-f09418b.diff](dwm-selectivefakefullscreen-20200513-f09418b.diff) 17 18 Changelog 19 --------- 20 2020-11-30: 21 * Fix for resize issue 22 23 2020-05-13: 24 * Original patch 25 26 Author 27 ------ 28 * Francisco Javier Tapia - <link_1232@yahoo.com.mx>