[KEYBIND CHEATSHEET] needs updating to handle Hyprland Lua configs #862
Replies: 9 comments 12 replies
|
Done |
|
I see that this was already fixed, but how does it work? The docs hasn't been updated for it. Thx |
|
I am rewriting README to clearly indicate how new system works. |
|
I got the new version this morning - thanks! Everything is working for me, except the categories (all binds are listed under "Other") and the settings GUI (returns an empty window). Here's a sample of my current keybinds: The syntax in your README.md throws errors: unexpected symbol near '...' |
|
Really appreciate this. |
|
Working - thanks again! |
|
Thank you, I just updated my hyprland.lua config file and it works like a charm, thank you for your good work! Note that my config file doesn't use require() like ajgringo619 |
|
I am using ~/.config/hypr/keybind.lua for all my keybinds which is working just fine for hyprland as I am including the keybind.lua in the hyperland.lua file: for _, mod in ipairs({"monitors", "inputs", "keybind", "windowrules", "animations", "themes.theme"}) do require("monitors") in the plugin I see an option to change the path of the hylprland.lua file but simply changing the filename to keybind.lua and setting the parser to auto or lua is not working. Any ideas? Thoughts?` |
Uh oh!
There was an error while loading. Please reload this page.
This affects Hyprland 0.55 and newer.
All reactions