basic command criteria

This commit is contained in:
Tony Crisci 2018-01-20 16:21:45 -05:00
parent c353e01c85
commit 6a1d71b8b8
8 changed files with 549 additions and 9 deletions

View file

@ -356,6 +356,7 @@ struct sway_config {
struct input_config *input_config;
struct seat_config *seat_config;
struct sway_seat *seat;
swayc_t *current_container;
} handler_context;
};