From 5767dcc86e23ba86e07dde6807b1af3deb3fdcbf Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 5 Aug 2015 22:40:38 -0400 Subject: Mostly implement bindsym command --- sway/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sway/config.h') diff --git a/sway/config.h b/sway/config.h index b2475871..bcf65ec8 100644 --- a/sway/config.h +++ b/sway/config.h @@ -12,7 +12,7 @@ struct sway_variable { struct sway_binding { list_t *keys; - struct wlc_modifiers modifiers; + uint32_t modifiers; char *command; }; @@ -28,5 +28,6 @@ struct sway_config { }; struct sway_config *read_config(FILE *file); +char *do_var_replacement(struct sway_config *config, char *str); #endif -- cgit v1.2.3