hyprland-community / Hyprkeys

A simple, scriptable keybind retrieval utility for Hyprland [maintainer=none]
GNU General Public License v3.0
120 stars 6 forks source link

Doesn't detect keybindings that are defined outside of hyprland.conf.. #15

Closed jontstaz closed 7 months ago

jontstaz commented 7 months ago

I have organised my hypr config folder relatively neatly so I have separated the binds into different .conf files in a binds/ folder and then I reference them in my hyprland.conf (source= $configdir/binds/workspaces.conf).

Unfortunately, it seems that with hyprkeys it can't detect them unless all of your binds are defined in hyprland.conf directly.

jontstaz commented 7 months ago

Nevermind, I stand corrected. Using the --from-ctl flag it's able to detect them :+1: - apologies for my haste in creating an issue.