summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/rivertile.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/rivertile.patch b/patches/rivertile.patch
new file mode 100644
index 0000000..f6a0f87
--- /dev/null
+++ b/patches/rivertile.patch
@@ -0,0 +1,19 @@
+diff --git a/rivertile/main.zig b/rivertile/main.zig
+index 2590e7e..91f2c25 100644
+--- a/rivertile/main.zig
++++ b/rivertile/main.zig
+@@ -291,10 +291,10 @@ const Output = struct {
+ }
+
+ switch (output.main_location) {
+- .left => layout.commit("rivertile - left", ev.serial),
+- .right => layout.commit("rivertile - right", ev.serial),
+- .top => layout.commit("rivertile - top", ev.serial),
+- .bottom => layout.commit("rivertile - bottom", ev.serial),
++ .left => layout.commit("[]=", ev.serial),
++ .right => layout.commit("=[]", ev.serial),
++ .top => layout.commit("[]^", ev.serial),
++ .bottom => layout.commit("[]v", ev.serial),
+ }
+ },
+ .user_command_tags => {},