Updated Debugging flags (markdown)

Simon Ser 2021-07-06 20:12:24 +02:00
parent f96b5665d0
commit b8d4c9a433

@ -3,7 +3,7 @@ Sway has some debugging options available via the `-D` command-line flag.
- `-D damage=highlight`: paints regions that haven't been updated in yellow
- `-D damage=rerender`: disables damage tracking by forcing the whole output to be repainted each frame
- `-D noatomic`: disables atomic transactions
- `-D txn_wait`: forces all atomic transactions to time out
- `-D txn-wait`: forces all atomic transactions to time out
- `-D txn-timings`: logs addition information about transaction timings
- `-D txn-timeout=<ms>`: overrides the default atomic transaction timeout