.conf to .lua config converter #14178
|
I know this may be asking too much from the devs but, can you add a .conf to a .lua config file converter when hyprland 0.55 comes out? |
Answered by
vaxerski
Apr 27, 2026
Replies: 3 comments 6 replies
|
Working on one. |
1 reply
|
I do not recommend, in all honesty. It's much better to ask AI to do this. The point of lua is to get rid of hacks and bash scripts - if you keep using those, it's just going to suck. An automatic converter can't take random bash scripts and translate them to lua. |
4 replies
Answer selected by
vaxerski
|
Can you check if mines works for you? If you encounter any problem file a issue |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do not recommend, in all honesty. It's much better to ask AI to do this.
The point of lua is to get rid of hacks and bash scripts - if you keep using those, it's just going to suck.
An automatic converter can't take random bash scripts and translate them to lua.