Implement some simple flags and runtime log-levels
I used flags.zig from Isaac Freund for parsing basic CLI arguments,
I don't need much else since most configuration is in Kdl.
e967499fb1/common/flags.zig
I also removed some of the duplicated bits for the exe_check step
since I realized I can just use the beansprout executable for all of it.
This commit is contained in:
parent
54421ef8f5
commit
ec7474c9af
8 changed files with 277 additions and 65 deletions
|
|
@ -13,7 +13,6 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [ ] Support per-host config using properties (maybe also per-output?)
|
||||
- [ ] Add input configuration, i.e. pointer acceleration and that type of thing
|
||||
- [ ] Support a basic bar
|
||||
- [ ] Implement runtime log levels
|
||||
- [ ] Support starting programs at WM launch
|
||||
- [ ] Support overriding config location
|
||||
- [ ] Add support for multimedia/brightness keys (this might not be neccesary)
|
||||
|
|
@ -25,5 +24,6 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Support floating windows
|
||||
- [x] Support wallpapers
|
||||
- [x] Make "orelse return" bits into errors; handle gracefully
|
||||
- [x] Implement runtime log levels
|
||||
- [ ] Switch all structs to idiomatic Zig init/deinit pattern (init returns value, caller decides stack/heap)
|
||||
- I'm not sure I really need this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue