aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
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