diff options
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 d5467a56..e63b9895 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -143,6 +143,7 @@ struct seat_config { int fallback; // -1 means not set list_t *attachments; // list of seat_attachment configs int hide_cursor_timeout; + bool allow_constrain; }; enum config_dpms { |