diff options
author | Drew DeVault <[email protected]> | 2019-01-30 10:42:31 -0500 |
---|---|---|
committer | emersion <[email protected]> | 2019-01-30 19:53:59 +0100 |
commit | a6d41254c90c1471326e5df94b939a12844d9be6 (patch) | |
tree | 2b8c8f6efc012284bd438a0ebcfc7f6022e32bc5 /include/sway/config.h | |
parent | ee4b8a39385203a560818f99b380565d16bc7665 (diff) |
Add pointer_constraint command
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 { |