From 2dbf382ba591132e4bd4459ac51366b7201d3686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 2 Aug 2024 13:19:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20load=20yazi=20with?= =?UTF-8?q?=20fish=20variables=20on=20the=20scratchpad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/pyprland.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 5766a501..74e2d6b4 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -13,7 +13,7 @@ command = "kitty --class scratchpad-large" lazy = true [scratchpads.yazi] -command = "kitty --class scratchpad-large yazi" +command = "kitty --class scratchpad-large fish -c yazi" unfocus = "hide" hysteresis = 0.1 lazy = true