mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
config: add 'login-shell' option
This commit is contained in:
parent
8dee9bf942
commit
6af4b87ec5
3 changed files with 11 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -10,6 +10,7 @@
|
|||
struct config {
|
||||
char *term;
|
||||
char *shell;
|
||||
bool login_shell;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
unsigned pad_x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue