shortcut applet shows messed up descriptions #41
Answered
by
kRHYME7
Themwhiskers
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
kRHYME7
Dec 19, 2024
Replies: 1 comment
-
for now properly rename your binds into this format
this way the parser can read the proper description used for labels. When I wrote the keybinds hint script in hyprdots there's no description option that's why I tried to parse comments for description, killing performance and reliability. In this repo we should use bindd, for the native description. I will update the keybindings.conf later to adhere to this convention. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Themwhiskers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for now properly rename your binds into this format
bindd = mod,key, description,dispatcher,args
this way the parser can read the proper description used for labels.
When I wrote the keybinds hint script in hyprdots there's no description option that's why I tried to parse comments for description, killing performance and reliability. In this repo we should use bindd, for the native description. I will update the keybindings.conf later to adhere to this convention.