mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
conf: TERM can now be set in footrc
This commit is contained in:
parent
d5157c15b0
commit
7e36027237
3 changed files with 11 additions and 4 deletions
1
config.h
1
config.h
|
|
@ -3,6 +3,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
struct config {
|
||||
char *term;
|
||||
char *shell;
|
||||
char *font;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue