1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-21 13:52:04 +00:00

Updated Debugging flags (markdown)

Simon Ser 2021-09-20 14:30:25 +02:00
parent 35c3054cda
commit cc61911a22

@ -6,5 +6,6 @@ Sway has some debugging options available via the `-D` command-line flag.
- `-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
- `-D noscanout`: disables direct scan-out
Also see `enable_debug_flag()`.