aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/seat/pointer_constraint.c
Commit message (Collapse)AuthorAge
* pointer_constraint: change to a seat subcommandLibravatar Brian Ashworth2019-01-31
This changes the `pointer_constraint` command to be a subcommand of seat to allow for per-seat settings. The current implementation that is not a seat subcommand will only operate on the current seat and will segfault in the config due to `config->handler_context.seat` only being set at runtime. This also allows for the wildcard identifier to be used to alter the pointer constraint settings on all seats and allows for the setting to be merged with the rest of the seat config.