From e21266072b7eb8618a6a264d32f5552c01627c39 Mon Sep 17 00:00:00 2001 From: Jedrzej Orbik Date: Wed, 9 Oct 2024 17:16:16 +0200 Subject: [PATCH] Enable osc 52 query in wezterm --- stow/common/dot-wezterm.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/common/dot-wezterm.lua b/stow/common/dot-wezterm.lua index 32b274a..7dc86c9 100644 --- a/stow/common/dot-wezterm.lua +++ b/stow/common/dot-wezterm.lua @@ -102,6 +102,7 @@ config.mouse_bindings = { action = act.OpenLinkAtMouseCursor, }, } +config.enable_osc52_clipboard_reading = true -- and finally, return the configuration to wezterm return config