sites

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

commit bd337776bdf316967c18877f324857039a8ad43d
parent 18681a3aee136d5757d6ecd7851def7e83301c2d
Author: Niky Kovalski <nikykovalski@gmail.com>
Date:   Fri, 25 Sep 2026 15:43:20 -0400

add fullscreenmodes' missing index.md

I'm sorry. I'll be posting more dwm patches coming up. I will make sure
that the quality of my commits are better.

Diffstat:
Adwm.suckless.org/patches/fullscreenmodes/index.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/dwm.suckless.org/patches/fullscreenmodes/index.md b/dwm.suckless.org/patches/fullscreenmodes/index.md @@ -0,0 +1,24 @@ +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>