[wiki] [sites] Fix Xac's patch typo || Zhen Xu

From: <git_AT_suckless.org>
Date: Wed, 05 Oct 2022 05:30:21 +0200

commit 03effda6ad17542ce4a29bce5c2290e2f0d83c49
Author: Zhen Xu <xuzhen165_AT_gmail.com>
Date: Tue Oct 4 23:27:37 2022 -0400

    Fix Xac's patch typo
    
    There was a typo in Xac's update that made the selected window title bar
    blank instead of highlighted. A one line patch fix is applied directly
    to the dwm-awesomebar-20220925-6.3.diff file.

diff --git a/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff b/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff
index dc75dd61..0d82fc5f 100644
--- a/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff
+++ b/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff
_AT_@ -196,7 +196,7 @@ index a96f33c..c375ba3 100644
 + if (!ISVISIBLE(c))
 + continue;
 + if (m->sel == c)
-+ scm = SchemeHid;
++ scm = SchemeSel;
 + else if (HIDDEN(c))
 + scm = SchemeHid;
 + else
diff --git a/dwm.suckless.org/patches/awesomebar/index.md b/dwm.suckless.org/patches/awesomebar/index.md
index b9444f94..cd77ceca 100644
--- a/dwm.suckless.org/patches/awesomebar/index.md
+++ b/dwm.suckless.org/patches/awesomebar/index.md
_AT_@ -22,6 +22,9 @@ Since this patch relies on knowing how big everything is in the taskbar, make su
 
 Changelog
 ---------
+2022-10-04:
+* Fix typo in titlebar theme switches
+
 2022-08-29:
 * Adapted to recent version
 * fix: crash on using shortcut `M-J/M-K` when all windows are hidden
Received on Wed Oct 05 2022 - 05:30:21 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 05 2022 - 05:37:00 CEST