mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
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 |
||
|---|---|---|
| .. | ||
| commands | ||
| config | ||
| desktop | ||
| input | ||
| tree | ||
| commands.c | ||
| config.c | ||
| criteria.c | ||
| decoration.c | ||
| ipc-json.c | ||
| ipc-server.c | ||
| main.c | ||
| meson.build | ||
| server.c | ||
| sway-bar.5.scd | ||
| sway-input.5.scd | ||
| sway-ipc.7.scd | ||
| sway-output.5.scd | ||
| sway.1.scd | ||
| sway.5.scd | ||
| swaynag.c | ||
| xdg_decoration.c | ||