summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-26 13:27:32 +0100
committerPhil Jones <philj56@gmail.com>2022-06-26 13:28:52 +0100
commit428aaf86f0d16bec392715b09451a9ba1da8588b (patch)
treee12d3def77f789dd12e8f905ce0a02e070b0c3d6 /src/tofi.h
parent648a1f6989ebf0a3d800c165c229c35f1943ed6b (diff)
Add --late-keyboard-init option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tofi.h b/src/tofi.h
index 26cd3b1..788a73f 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -24,6 +24,7 @@ struct tofi {
struct wl_pointer *wl_pointer;
/* Keyboard objects */
+ char *xkb_keymap_string;
struct xkb_state *xkb_state;
struct xkb_context *xkb_context;
struct xkb_keymap *xkb_keymap;
@@ -50,6 +51,7 @@ struct tofi {
uint32_t anchor;
bool hide_cursor;
bool use_history;
+ bool late_keyboard_init;
};
#endif /* CLIENT_H */