From b8d4c9a4332d5bc5b53a0054d28cc36532e3778c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 6 Jul 2021 20:12:24 +0200 Subject: [PATCH] Updated Debugging flags (markdown) --- Debugging-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-flags.md b/Debugging-flags.md index 7942fff..126acff 100644 --- a/Debugging-flags.md +++ b/Debugging-flags.md @@ -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=`: overrides the default atomic transaction timeout