From 046cd62a265c740b0c151913da88f80f0a29a2d3 Mon Sep 17 00:00:00 2001 From: niksingh710 Date: Mon, 20 Nov 2023 12:59:56 +0530 Subject: [PATCH] Changed `movetoworkspace` to `movetoworkspacesilent` Now sending window to scratchpad will not switch to scratchpad workspace --- scratchpad/scratchpad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchpad/scratchpad b/scratchpad/scratchpad index 3657cbd..bcb0681 100755 --- a/scratchpad/scratchpad +++ b/scratchpad/scratchpad @@ -133,7 +133,7 @@ getBack() { } send() { - hyprctl dispatch movetoworkspace "special:scratchpad" + hyprctl dispatch movetoworkspacesilent "special:scratchpad" } getArgs() {