From 2600829566c11f241bbf422269c73ce7d689f416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 3 Oct 2024 09:59:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20update=20scratchpad?= =?UTF-8?q?s=20now=20uses=20fish=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/pyprland.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 073bd510..40ed4d87 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -35,11 +35,11 @@ command = "kitty --class scratchpad-large nvtop" lazy = true [scratchpads.topgrade-system] -command = "kitty --class scratchpad-large topgrade -k --only system" +command = "kitty --class scratchpad-large fish -c 'up'" lazy = true [scratchpads.topgrade-all] -command = "kitty --class scratchpad-large topgrade -k --no-self-update" +command = "kitty --class scratchpad-large fish -c 'upall'" lazy = true [scratchpads.bluetooth]