Commit graph

4 commits

Author SHA1 Message Date
Ben Buhse
b4c4019cad
Rename config files
Switch to file-as-struct for the ones that are just the configs structs
and use singular for the ones that are just parsers
2026-02-17 12:53:15 -06:00
Ben Buhse
4c0117724e
Make Config.keybinds into a hash map
This helps us with de-duplication. Previously, if you had host-specific
keybinds on the same key combination, the compositor would choose the
first... which is the opposite of how everything else in our config
handling works.
2026-02-16 19:44:05 -06:00
Ben Buhse
fc0482902e
Create config/pointer_binds.zig
This moves all of the pointer_binds {} block parsing into its own file
2026-02-16 14:05:42 -06:00
Ben Buhse
5d61663220
Create config/keybinds.zig
This moves all of the keybinds {} block parsing into its own file
2026-02-16 14:05:42 -06:00