summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index d356094..7ebea86 100644
--- a/src/client.h
+++ b/src/client.h
@@ -48,6 +48,11 @@ struct client_state {
struct xkb_state *xkb_state;
struct xkb_context *xkb_context;
struct xkb_keymap *xkb_keymap;
+
+ /* greetd state */
+ const char *username;
+ const char *command;
+ bool submit;
};
#endif /* CLIENT_H */