diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 13:27:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 13:28:52 +0100 |
commit | 428aaf86f0d16bec392715b09451a9ba1da8588b (patch) | |
tree | e12d3def77f789dd12e8f905ce0a02e070b0c3d6 /src/tofi.h | |
parent | 648a1f6989ebf0a3d800c165c229c35f1943ed6b (diff) |
Add --late-keyboard-init option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |