sway/sway/config
Kenny Levinsen 17ecb9eb1d config/output: Remove initial values in find_output_config
Starting by setting some special initial output config values settings
was something sway used to do when the config was initially being
processed. This was later changed to always happen, as there shouldn't
be differences in how output config is calculated during config load and
after.

Most of these values are redundant, as they are either the zero value or
a value that would be selected if the unset (-1) value was found.

For output transforms, the automatic panel orientation code would only
trigger if the final output config has an unset transform, which the
initial values set in find_output_config made impossible.

Remove these initial values and instead use a fresh output config as is.
2024-10-20 12:22:12 +02:00
..
bar.c Drop server.h include from input/input-manager.h 2024-05-27 09:28:43 -04:00
input.c Implement clickfinger_button_map support. 2024-07-04 22:47:46 +02:00
output.c config/output: Remove initial values in find_output_config 2024-10-20 12:22:12 +02:00
seat.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00