conf: get user's shell

This commit is contained in:
Daniel Eklöf 2019-07-17 09:29:56 +02:00
parent 6bce2bed00
commit 19aaa7b774
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#pragma once
struct config {
char *shell;
char *font;
};