commit 18681a3aee136d5757d6ecd7851def7e83301c2d parent b0a8c246398ecc62b16d22ccb63d84cc61914706 Author: Niky Kovalski <nikykovalski@gmail.com> Date: Thu, 24 Sep 2026 23:11:10 -0400 [dwm][patch] fullscreenmodes (rename index.d to index.md) fullscreenmodes is a patch that adds toggling to and between fullscreen and fakefullscreen. Switching between the two does not send a fullscreen event to the client. The previous commit contained a wrongly named file. Diffstat:
| D | dwm.suckless.org/patches/fullscreenmodes/index.d | | | 24 | ------------------------ |
1 file changed, 0 insertions(+), 24 deletions(-)
diff --git a/dwm.suckless.org/patches/fullscreenmodes/index.d b/dwm.suckless.org/patches/fullscreenmodes/index.d @@ -1,24 +0,0 @@ -fullscreenmodes -=============== - -Description ------------ -This patch adds keybindings to toggle fullscreen and fake fullscreen -on the focused client. Alternating between the two doesn't cause the -client to leave fullscreen. It also adds fullscreen and fakefullscreen -rules for starting applications in fullscreen. - -Download --------- -* [dwm-fullscreenmodes-20260922-44dbc68.diff](dwm-fullscreenmodes-20260922-44dbc68.diff) - -Notes ------ -Most of the code comes from [actualfullscreen](../actualfullscreen) and [selectivefakefullscreen](../selectivefakefullscreen) -but these patches are not compatible. However the authors of those -projects should get credit for the original fullscreen functionality -that inspired this patch. - -Author ------- -* Niky Kovalski - <nikykovalski@gmail.com>