7 Commits
Author SHA1 Message Date
VaxryandGitHub 0f97a22d11 config/lua: allow get_monitors with a table for specifying args (#14693)
adds { all } to get all monitor objects including disabled ones
2026-08-21 13:26:23 +02:00
VaxryandGitHub d10194c63b keybinds: refactor, clean up code, move to new style (#15568) 2026-08-05 13:26:45 +02:00
MikoandGitHub 88c6386994 chore: replace string concatenation with std::format (#15652)
* chore: replace string concatenation with std::format

* Fix " Preserve the root API prefix when formatting" suggestion

* Fix missing slash; add explicit getenv safety check
2026-08-01 18:02:50 +02:00
VaxryandGitHub ff672deb68 config: add deprecation notices (#15669) 2026-07-31 21:10:39 +02:00
VaxryandGitHub 65e81c116a config/lua: do not nuke package.path (#15622) 2026-07-27 15:34:25 +02:00
VaxryandGitHub 44d16e9bd1 config/lua: allow wildcards or absolute paths in require (#15461) 2026-07-17 14:27:54 +02:00
VaxryandGitHub 5ba33f8461 config/lua: init lua config manager, use lua if available (#13817)
Adds a new lua config manager, which will automatically be used if there is a lua config present.
2026-04-26 15:16:36 +01:00