[KEYBIND CHEATSHEET] needs updating to handle Hyprland Lua configs #862
Replies: 9 comments 12 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Done |
Beta Was this translation helpful? Give feedback.
-
|
I see that this was already fixed, but how does it work? The docs hasn't been updated for it. Thx |
Beta Was this translation helpful? Give feedback.
-
|
I am rewriting README to clearly indicate how new system works. |
Beta Was this translation helpful? Give feedback.
-
|
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 '...' |
Beta Was this translation helpful? Give feedback.
-
|
Really appreciate this. |
Beta Was this translation helpful? Give feedback.
-
|
Working - thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
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?` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This affects Hyprland 0.55 and newer.
Beta Was this translation helpful? Give feedback.
All reactions