Skip to content

Commit 4fc2903

Browse files
authored
fix(hypr-keybinds): include kb.arg and kb.description in filtering (#108)
1 parent ca00ca9 commit 4fc2903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/hypr-keybinds/src/hyprland-keybinds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export default function Command() {
4747
/>
4848
);
4949
}
50-
console.log(keybinds);
5150
return (
5251
<List
5352
isLoading={isLoading}
@@ -74,6 +73,7 @@ export default function Command() {
7473
key={`${kb.key}-${kb.dispatcher}-${idx}`}
7574
title={title}
7675
accessories={accessories}
76+
keywords={[title, kb.description, kb.arg]}
7777
icon={Icon.Keyboard}
7878
actions={
7979
<ActionPanel>

0 commit comments

Comments
 (0)