diff options
| -rw-r--r-- | hypr/dashboard.lua | 2 |
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" }) |
