summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-26 13:41:45 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-27 14:37:44 +0100
commit9f02b0bf16972dfb7a18610e5096d4576e447a48 (patch)
treeb128d385d9c1889a9ad8e57751e3aab66c2994dc /sway.5.txt
parentMerge pull request #204 from sce/misc_stuff (diff)
downloadsway-9f02b0bf16972dfb7a18610e5096d4576e447a48.tar.gz
sway-9f02b0bf16972dfb7a18610e5096d4576e447a48.tar.zst
sway-9f02b0bf16972dfb7a18610e5096d4576e447a48.zip
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
28 execute Firefox if the alt, shift, and F keys are pressed together. Any 28 execute Firefox if the alt, shift, and F keys are pressed together. Any
29 valid sway command is eligible to be bound to a key combo. 29 valid sway command is eligible to be bound to a key combo.
30 30
31**debuglog** <on|off|toggle>::
32 Turn debug log output _on_ or _off_. This will override any command line
33 option given. _toggle_ will toggle between debug and log level given as
34 command line option.
35
31**exec** <shell command>:: 36**exec** <shell command>::
32 Executes _shell command_ with sh. 37 Executes _shell command_ with sh.
33 38