update focusonurgent patch to dwl 0.8

This commit is contained in:
André Desgualdo Pereira 2026-03-14 17:56:12 -03:00
parent 4774631436
commit 1b490e51a9
2 changed files with 6 additions and 7 deletions

View File

@ -7,8 +7,7 @@ This is the approximately the equivalent of the focusonactive patch of dwm.
If you want a more controlled behavior, for example setting which clients can focus, check [activation-rule patch](https://codeberg.org/sevz/dwl-patches/src/branch/activation-rules). If you want a more controlled behavior, for example setting which clients can focus, check [activation-rule patch](https://codeberg.org/sevz/dwl-patches/src/branch/activation-rules).
### Download ### Download
- [git branch](https://codeberg.org/Kana/dwl/src/branch/focusonurgent) - [main dwl 0.8](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/focusonurgent/focusonurgent.patch)
- [main 2025-10-08](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/focusonurgent/focusonurgent.patch)
### Authors ### Authors
- [André Desgualdo Pereira](https://codeberg.org/Kana) - [André Desgualdo Pereira](https://codeberg.org/Kana)

View File

@ -1,17 +1,17 @@
From 3613d9a6342fc85279a79ba203f25ff39fc0d8e4 Mon Sep 17 00:00:00 2001 From 7cdba8df596d59a3ad2883521a65962dcd4fe644 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Desgualdo=20Pereira?= <desgua@gmail.com> From: =?UTF-8?q?Andr=C3=A9=20Desgualdo=20Pereira?= <desgua@gmail.com>
Date: Wed, 29 Oct 2025 09:06:00 -0300 Date: Sat, 14 Mar 2026 17:52:25 -0300
Subject: [PATCH] add focusonurgent patch Subject: [PATCH] update
--- ---
dwl.c | 6 ++++-- dwl.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-) 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dwl.c b/dwl.c diff --git a/dwl.c b/dwl.c
index 12f441e..5620f66 100644 index 101a45f..6cd2f82 100644
--- a/dwl.c --- a/dwl.c
+++ b/dwl.c +++ b/dwl.c
@@ -2097,8 +2097,10 @@ printstatus(void) @@ -2099,8 +2099,10 @@ printstatus(void)
if (c->mon != m) if (c->mon != m)
continue; continue;
occ |= c->tags; occ |= c->tags;