sway/sway
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
..
commands Reload command now matches i3's implementation 2020-07-15 19:27:12 +02:00
config Avoid no-op output reconfiguring 2021-07-10 21:39:22 +01:00
desktop xdg_shell: schedule configure on maximize requests 2020-07-15 19:27:13 +02:00
input input/cursor: don't send wl_pointer.motion event on pointer unlock warp 2020-07-15 19:41:26 +02:00
tree view: Set parent for view_child subsurfaces on init 2021-05-19 11:48:08 +02:00
commands.c Remove code related to the security features 2020-05-21 10:57:00 +02:00
config.c Reload command now matches i3's implementation 2020-07-15 19:27:12 +02:00
criteria.c Introduce pid criteria token 2020-02-27 14:03:22 +01:00
decoration.c
ipc-json.c i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
ipc-server.c i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
main.c Log Sway version on startup 2020-06-11 08:44:09 -06:00
meson.build Remove code related to the security features 2020-05-21 10:57:00 +02:00
server.c Unset DISPLAY when wlr_xwayland fails 2020-07-15 19:27:11 +02:00
sway-bar.5.scd
sway-input.5.scd fix typos in sway-input.5.scd 2020-04-29 12:43:34 +02:00
sway-ipc.7.scd i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
sway-output.5.scd Simplify repaint scheduling documentation 2020-05-11 10:36:33 +02:00
sway.1.scd add dots to man 2020-04-14 10:10:35 +02:00
sway.5.scd Reload command now matches i3's implementation 2020-07-15 19:27:12 +02:00
swaynag.c Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. 2019-11-01 12:41:08 -04:00
xdg_decoration.c