From 7a5c715da35db59e2cf71525e30e48c7c74b298c Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 9 Jul 2026 15:59:32 +0200 Subject: [PATCH] feat(hyprlua): open opendeck on special:magic workspace Matches the existing kitty autostart rule so opendeck launches hidden on the scratchpad workspace instead of the active one. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01TLz6HWsXCwzQ97LrLt2em6 --- desktopenvs/hyprlua/hypr/usr/autostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/hypr/usr/autostart.lua b/desktopenvs/hyprlua/hypr/usr/autostart.lua index 304fde5..1da8048 100644 --- a/desktopenvs/hyprlua/hypr/usr/autostart.lua +++ b/desktopenvs/hyprlua/hypr/usr/autostart.lua @@ -22,7 +22,7 @@ hl.on("hyprland.start", function() -- hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh") hl.exec_cmd("chamel") hl.exec_cmd("ydotoold") - hl.exec_cmd("opendeck") + hl.exec_cmd("[workspace special:magic silent] opendeck") -- Reload once everything has spawned so layer-shell clients (bar, astal-menu) -- pick up the final monitor/config state.