From 7d5ce9a793521f0bf43a3d8b9232fd7200bd942f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 14 May 2026 12:25:28 +0200 Subject: [PATCH] hl: fix #3327 send to scratchpad desc at wrong scope --- dots/.config/hypr/hyprland/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/hyprland/keybinds.lua b/dots/.config/hypr/hyprland/keybinds.lua index b2ccc7625..570259c44 100644 --- a/dots/.config/hypr/hyprland/keybinds.lua +++ b/dots/.config/hypr/hyprland/keybinds.lua @@ -175,7 +175,7 @@ for i = 1, 6 do end hl.bind("SUPER + ALT + S", - hl.dsp.window.move({ workspace = "special:special", follow = false, description = "Window: Send to scratchpad" })) + hl.dsp.window.move({ workspace = "special:special", follow = false }), {description = "Window: Send to scratchpad"}) hl.bind("CTRL + SUPER + S", hl.dsp.workspace.toggle_special("special")) --##! Workspace