[lua] Requiring certain parts of config doesn't work #14430
Replies: 1 comment
|
Turns out I don't know how lua works, and the (by default) local variables I defined in Also am I just not knowledgeable enough about lua or did the error message not tell me that? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've just migrated my config over to lua, and the
require("bind")statement to source my keybindings is not working (I have a file calledbind.luain the Hyprland config directory, the windowrule import works fine).I get the "your config has errors" banner, but it only states
which doesn't tell me much. Copy-and-paste-ing the contents of the file to my hyprland.lua file works fine, which iiuc means that it's not an error with the contents?
Importing autostarts also doesn't seem to entirely work, but that doesn't throw any error for me.
Any help would be appreciated
All reactions