From 4ddb47bdba536f4700ecdd156cd813d3eb29e742 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 25 Jul 2024 12:11:03 +0100 Subject: [PATCH] request: add links to source of truth --- request.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/request.go b/request.go index d8ce510..6064a05 100644 --- a/request.go +++ b/request.go @@ -17,7 +17,9 @@ import ( ) const ( - batch = "[[BATCH]]" + // https://github.com/hyprwm/Hyprland/blob/918d8340afd652b011b937d29d5eea0be08467f5/hyprctl/main.cpp#L278 + batch = "[[BATCH]]" + // https://github.com/hyprwm/Hyprland/blob/918d8340afd652b011b937d29d5eea0be08467f5/hyprctl/main.cpp#L257 bufSize = 8192 )