sway/sway/config
Pedro Côrte-Real 9ab2852c15 Avoid no-op output reconfiguring
When an output command doesn't actually change anything in the output
config the processing will still all be done and cause other changes.
Notably if you run a command like:

	output * dpms on

even if it does nothing it will still cause all the inputs to be
reconfigured and very noticeable amounts of input latency to occur.

To fix this save the current output config in the output data and on
configure, if the config is the same just return without doing anything
else.

Fixes #6280
2021-07-10 21:39:22 +01:00
..
bar.c Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. 2019-11-01 12:41:08 -04:00
input.c config/input: set type for new identifier configs 2019-12-14 09:31:42 -05:00
output.c Avoid no-op output reconfiguring 2021-07-10 21:39:22 +01:00
seat.c commands: Add shortcuts_inhibitor command 2020-03-11 23:51:37 -04:00