diff options
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -169,6 +169,11 @@ # performance on slow systems. late-keyboard-init = false + # If true, allow multiple simultaneous processes. + # If false, create a lock file on startup to prevent multiple instances + # from running simultaneously. + multi-instance = false + # ### Inclusion # |