swayfx/sway/config
Brian Ashworth ebe5399ed6 pointer_constraint: change to a seat subcommand
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.
2019-01-31 22:58:52 -05:00
..
bar.c Move sway-specific functions in common/util.c into sway/ 2019-01-21 12:39:16 -05:00
input.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
output.c Don't allow noop output to be configured 2019-01-22 09:55:13 +01:00
seat.c pointer_constraint: change to a seat subcommand 2019-01-31 22:58:52 -05:00