Commit graph

5 commits

Author SHA1 Message Date
AnErrupTion
32dd0967ba
config: Add grab_focus_tty (closes #1039)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2026-08-24 21:32:11 +02:00
AnErrupTion
95a1bca7de
config: Fix dur file comment
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2026-08-24 17:58:21 +02:00
AnErrupTion
6ef332d73e
config: Add getRandomColor(), fix crash (closes #791)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2026-08-24 16:41:28 +02:00
AnErrupTion
76a5f73ee5
config: Update config.lua
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2026-08-24 16:09:10 +02:00
Titanium Brain
b9742203ee Use Lua as a config file language (#1010)
## What are the changes about?

Adds zlua for running Lua code as the configuration file.
Missing as of this time:
- ~~Parsing custom binds and labels~~
- ~~Fix memory leaks~~
- ~~Investigate issue with animation colours~~
- ~~Add examples and default config~~

## What existing issue does this resolve?

[#976](https://codeberg.org/fairyglade/ly/issues/976)

## Pre-requisites

- [ ] I have tested & confirmed the changes work locally
- [ ] I have run `zig fmt` throughout my changes

Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/1010
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org>
2026-08-24 15:35:01 +02:00