From 8df07965a7280bcfba4e26615b97356120007edc Mon Sep 17 00:00:00 2001 From: tslil Date: Sun, 31 Aug 2025 20:34:15 +0100 Subject: [river] update patch to rivercarro --- river/rivercarro_layout_names.patch | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'river') diff --git a/river/rivercarro_layout_names.patch b/river/rivercarro_layout_names.patch index 9e47408..55a1353 100644 --- a/river/rivercarro_layout_names.patch +++ b/river/rivercarro_layout_names.patch @@ -1,22 +1,20 @@ -From a37059c29c3fca0f0f96ab0de5e8bbb984e8b487 Mon Sep 17 00:00:00 2001 +From dfb8ba3e4d633731f3dbe1b3a3f2d49b916714eb Mon Sep 17 00:00:00 2001 From: tslil clingman <> -Date: Mon, 4 Dec 2023 21:39:58 +0100 -Subject: [PATCH 1/1] change layout names, monocle output count +Date: Sun, 31 Aug 2025 20:33:28 +0100 +Subject: [PATCH] Nicer output --- - src/main.zig | 15 +++++++++------ - 1 file changed, 9 insertions(+), 6 deletions(-) + src/main.zig | 14 +++++++++----- + 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main.zig b/src/main.zig -index 877d8b2..6ee5170 100644 +index e366a29..1354f07 100644 --- a/src/main.zig +++ b/src/main.zig -@@ -363,13 +363,16 @@ const Output = struct { - ), - } +@@ -415,11 +415,15 @@ const Output = struct { } -- - switch (output.cfg.main_location) { + + switch (active_cfg.main_location) { - .left => layout.commit("left", ev.serial), - .right => layout.commit("right", ev.serial), - .top => layout.commit("top", ev.serial), @@ -34,3 +32,6 @@ index 877d8b2..6ee5170 100644 } }, } +-- +2.51.0 + -- cgit v1.2.3