customfloat: update

This commit is contained in:
A Frederick Christensen 2025-12-25 19:10:55 -06:00
parent de70628d0a
commit 0395bbbb8f
No known key found for this signature in database
GPG Key ID: 6183FA655784FC36

View File

@ -1,7 +1,7 @@
From b9ec52a0dfdb4314070831b2aa7fc65177ebc2ad Mon Sep 17 00:00:00 2001 From 83ce30cdfeebcc7569fbb30014db8d1758df79bd Mon Sep 17 00:00:00 2001
From: A Frederick Christensen <dwl@ivories.org> From: A Frederick Christensen <dwl@ivories.org>
Date: Sat, 16 Aug 2025 15:08:39 -0500 Date: Thu, 25 Dec 2025 18:44:07 -0600
Subject: [PATCH] customfloat-patch Subject: [PATCH] Add: customfloat patch
--- ---
config.def.h | 7 ++++--- config.def.h | 7 ++++---
@ -49,7 +49,7 @@ index 12f441e..e364621 100644
} Rule; } Rule;
typedef struct { typedef struct {
@@ -482,4 +486,9 @@ applyrules(Client *c) @@ -482,6 +486,11 @@ applyrules(Client *c)
int i; int i;
const Rule *r; const Rule *r;
Monitor *mon = selmon, *m; Monitor *mon = selmon, *m;
@ -61,7 +61,7 @@ index 12f441e..e364621 100644
appid = client_get_appid(c); appid = client_get_appid(c);
title = client_get_title(c); title = client_get_title(c);
@@ -495,0 +504,0 @@ applyrules(Client *c) @@ -495,12 +504,29 @@ applyrules(Client *c)
wl_list_for_each(m, &mons, link) { wl_list_for_each(m, &mons, link) {
if (r->monitor == i++) if (r->monitor == i++)
mon = m; mon = m;
@ -92,5 +92,5 @@ index 12f441e..e364621 100644
void void
-- --
2.50.1 2.51.2