diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-04-26 17:20:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 17:20:12 -0400 |
commit | 11b4c3454c65375db88901165f0a69c978e3977f (patch) | |
tree | 97fabe0d36c2c5574a2ff47238eeed58fa200fd0 /include/sway/config.h | |
parent | 3c1fc00f12e2777f6349a5d671b8d66c5997eb2b (diff) | |
parent | 537261f23f194e152c0adf25a2740375929e9cd3 (diff) |
Merge pull request #1196 from SirCmpwn/no_focus
Implement no_focus
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 2de90434..35f8d5f7 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -250,6 +250,7 @@ struct sway_config { list_t *output_configs; list_t *input_configs; list_t *criteria; + list_t *no_focus; list_t *active_bar_modifiers; struct sway_mode *current_mode; struct bar_config *current_bar; |