sway/include
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
..
sway Avoid no-op output reconfiguring 2021-07-10 21:39:22 +01:00
swaybar
swaynag swaynag: allow specifying more buttons which execute and dismiss 2020-06-09 00:00:14 +02:00
background-image.h
cairo.h
ipc-client.h
ipc.h i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
list.h
log.h
loop.h
meson.build
pango.h
pool-buffer.h
stringop.h
util.h common/util: fix get_current_time_msec returning microseconds 2020-06-06 13:38:41 +02:00