aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-25 19:26:04 +0200
committerDanilo M. <danix@danix.xyz>2026-09-25 19:26:04 +0200
commit4227577ec780b2fbc6863bb9fd3d9be4f46b0e9d (patch)
treecb99f0b5fb292d043eb334d76efd7aa036096a40
parent0c54892115b7d3458455d64819a475fdd7ef7651 (diff)
downloadconky-theme-udt-4227577ec780b2fbc6863bb9fd3d9be4f46b0e9d.tar.gz
conky-theme-udt-4227577ec780b2fbc6863bb9fd3d9be4f46b0e9d.zip
feat(dashboard): describe the dashboard bindHEADmaster
The quickshell keybind reminder lists hyprctl binds -j, which reports Lua actions as an opaque handle, so a bind shows what it does only through its description. This was the one bind left undescribed. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
-rw-r--r--hypr/dashboard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/dashboard.lua b/hypr/dashboard.lua
index 9b03e81..062c7b4 100644
--- a/hypr/dashboard.lua
+++ b/hypr/dashboard.lua
@@ -80,4 +80,4 @@ hl.window_rule({
--
-- Focus DP-1 before pressing this. The workspace rule above cannot do it,
-- and the dashboard opens on whichever monitor has focus.
-hl.bind("SUPER + s", hl.dsp.workspace.toggle_special("dash"))
+hl.bind("SUPER + s", hl.dsp.workspace.toggle_special("dash"), { description = "Workspaces: Toggle dashboard" })