Split configuration variables to a config.h file. (suckless style)#373
Split configuration variables to a config.h file. (suckless style)#373MouadCharradi wants to merge 2 commits intoCloudef:masterfrom
config.h file. (suckless style)#373Conversation
Signed-off-by: Mouad Charradi <charradimouad58@gmail.com>
|
I just start reading the bemenu codebase, maybe there are more configuration variables that I haven't seen yet. Maybe we could put those in the config file as well. |
|
Mostly the defaults in common.c perhaps (for bemenu and bemenu-run executable) |
Signed-off-by: Mouad Charradi <charradimouad58@gmail.com>
|
I have move more values to As for the warnings, I will try to find a way of getting rid of them (maybe through a Thanks. Mouad. |
This would allow for a separation between the configuration part and the logic part of bemenu.
Thanks