mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
conf: initial support for configuration file
* Look for configuration file in (in this order): - XDG_CONFIG_HOME/footrc - ~/.config/footrc * Currently supports setting the font
This commit is contained in:
parent
22115e1cf4
commit
0d1b4449b9
4 changed files with 200 additions and 7 deletions
|
|
@ -59,6 +59,7 @@ endforeach
|
|||
|
||||
executable(
|
||||
'foot',
|
||||
'config.c', 'config.h',
|
||||
'commands.c', 'commands.h',
|
||||
'csi.c', 'csi.h',
|
||||
'font.c', 'font.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue