ipc: 2024-08-16 r1

remove accidentally added focusmon patch
This commit is contained in:
choc 2024-08-16 10:48:02 +08:00
parent 158de28bc6
commit cddd367f3e
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
From 6c6d655b68770ce82a24fde9b58c4d97b672553a Mon Sep 17 00:00:00 2001
From: choc <notchoc@proton.me>
Date: Mon, 23 Oct 2023 10:35:17 +0800
Subject: [PATCH 1/2] implement dwl-ipc-unstable-v2
Subject: [PATCH] implement dwl-ipc-unstable-v2
https://codeberg.org/dwl/dwl-patches/wiki/ipc
---
@ -595,28 +595,3 @@ index 0000000..0a6e7e5
--
2.43.0
From bdbeea524233471246a3b6174df877a60cb0939c Mon Sep 17 00:00:00 2001
From: choc <notchoc@disroot.org>
Date: Mon, 29 Jul 2024 21:26:06 +0800
Subject: [PATCH 2/2] ipc: focus set_tag'd output
---
dwl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dwl.c b/dwl.c
index 7a4949b..1936e32 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1530,6 +1530,7 @@ dwl_ipc_output_set_tags(struct wl_client *client, struct wl_resource *resource,
if (!ipc_output)
return;
monitor = ipc_output->mon;
+ selmon = monitor;
if (!newtags || newtags == monitor->tagset[monitor->seltags])
return;
--
2.43.0