sites

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

commit 55732d60f11616231ea1879443c5d997addd2083
parent 750528bf38748875d024776bd96742ce10d9e89b
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Mon, 16 Jun 2025 09:58:52 +0100

[dwm][patches][gridall] Fixed index.md

Diffstat:
Rdwm.suckless.org/patches/gridall/dwm-winview+gaplessgrid+gridall-6.5.diff -> dwm.suckless.org/patches/gridall/dwm-winview-gaplessgrid-gridall-6.5.diff | 0
Mdwm.suckless.org/patches/gridall/index.md | 35+++++++++++++++++++++++++----------
2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/dwm.suckless.org/patches/gridall/dwm-winview+gaplessgrid+gridall-6.5.diff b/dwm.suckless.org/patches/gridall/dwm-winview-gaplessgrid-gridall-6.5.diff diff --git a/dwm.suckless.org/patches/gridall/index.md b/dwm.suckless.org/patches/gridall/index.md @@ -1,21 +1,36 @@ gridall -======== - -Rationale ---------- -Sometimes a window get lost in one of the tags and I just want to find it and focus on it, without changing its tag. +======= Description ----------- -This patch adds 2 new functions. One to view all windows in all tags (with the gaplessgrid layout) and another to view the selected window in the tag it is (with the monocle layout). The idea is to press a shortcut (for example Mod+g) to see all windows and, after selecting one, press another shortcut (for example Mod+r) to view that window in its tag. -The patch depends on 2 other patches: [gaplessgrid](../gaplessgrid) and [winview](../winview). I have included a patch to apply on top of a fork that already has these 2 patches (dwm-gridall-6.5.diff) and a patch that include all 3 patches: winview + gaplessgrid + gridall (dwm-winview+gaplessgrid+gridall-6.5.diff). -This patch also is an example of how to combine 2 functions in a single shortcut so an user can further customize their own dwm. +This patch introduces two new functions: + +1. One to view all windows across all tags using the gaplessgrid layout. + +2. Another to view the selected window in its original tag using the monocle layout. + +The idea is to press a shortcut (e.g., `Mod+g`) to display all windows, then after +selecting one, press another shortcut (e.g., `Mod+r`) to jump to that window's tag +and focus on it. + +This patch depends on two other patches: [gaplessgrid](https://dwm.suckless.org/patches/gaplessgrid) +and [winview](https://dwm.suckless.org/patches/winview). + +If you already have the other two patches added to your `dwm` build, you can simply +apply `dwm-gridall-6.5.diff`. If not, I've also created a combined patch +that includes winview, gaplessgrid, and gridall `dwm-winview-gaplessgrid-gridall-6.5.diff`. + +Additionally, this patch serves as an example of how to combine two functions +under a single shortcut, allowing users to further customize their `dwm` setup. + +**Note:** Sometimes a window may get "lost" in one of the tags. This patch helps +you quickly find and focus on it without having to move it or change its tag. Download -------- * [dwm-gridall-6.5.diff](dwm-gridall-6.5.diff) -* [dwm-winview+gaplessgrid+gridall-6.5.diff](dwm-winview+gaplessgrid+gridall-6.5.diff) +* [dwm-winview-gaplessgrid-gridall-6.5.diff](dwm-winview-gaplessgrid-gridall-6.5.diff) Authors ------- -* André Desgualdo Pereira - desgua `<desgua@gmail.com>` +* André Desgualdo Pereira - <desgua@gmail.com>