swayfx/sway/config
Brian Ashworth 6096d31eed config/output: correctly set width/height in apply
In apply_output_config, this sets output->{width,height} using the
values in the output box. Previously, they were being set using
wlr_output_transformed_resolution, which takes the width and height
from the wlr_output and just checks whether they should be swapped
based on the transform. This did not take into account the output's
scale. wlr_output_effective_resolution could be used instead, which
handles both transform and scale. However, the values in the output box
have already been processed by wlr_output_effective_resolution so they
can just be used directly
2019-07-10 14:03:15 -04:00
..
bar.c Spawn swaybar as a wayland client 2019-05-12 11:02:42 +03:00
input.c Add calibration_matrix config option 2019-07-05 18:41:56 +03:00
output.c config/output: correctly set width/height in apply 2019-07-10 14:03:15 -04:00
seat.c add seat sub command 'xcursor_theme' 2019-06-05 11:00:10 -04:00