aboutsummaryrefslogtreecommitdiff
path: root/sway.5.txt
diff options
context:
space:
mode:
authorS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-26 13:41:45 +0100
committerS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-27 14:37:44 +0100
commit9f02b0bf16972dfb7a18610e5096d4576e447a48 (patch)
treeb128d385d9c1889a9ad8e57751e3aab66c2994dc /sway.5.txt
parenteb847a1b1ce122f6621de0fb76e381bf0d10b317 (diff)
commands: Learn 'debuglog'.
Replicates i3 option. Verbosity level given as command line argument becomes default log level, and using 'debuglog toggle' switches back and forth between default and debug (or L_ERROR and debug if default is also L_DEBUG).
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index d97720c5..69a6909f 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -28,6 +28,11 @@ Commands
execute Firefox if the alt, shift, and F keys are pressed together. Any
valid sway command is eligible to be bound to a key combo.
+**debuglog** <on|off|toggle>::
+ Turn debug log output _on_ or _off_. This will override any command line
+ option given. _toggle_ will toggle between debug and log level given as
+ command line option.
+
**exec** <shell command>::
Executes _shell command_ with sh.