aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-27 15:36:48 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-27 15:36:48 +0100
commit48c5325909f86e36e0afb99affac8f576254ab07 (patch)
treefdef312778092e9588dc3a1b4aa8d174a6398b2d
parentcommands: Learn 'debuglog'. (diff)
downloadsway-48c5325909f86e36e0afb99affac8f576254ab07.tar.gz
sway-48c5325909f86e36e0afb99affac8f576254ab07.tar.zst
sway-48c5325909f86e36e0afb99affac8f576254ab07.zip
sway.5.txt: Remove 'debuglog' documentation.
-rw-r--r--sway.5.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 69a6909f..d97720c5 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -28,11 +28,6 @@ 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
36**exec** <shell command>:: 31**exec** <shell command>::
37 Executes _shell command_ with sh. 32 Executes _shell command_ with sh.
38 33