diff options
| author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-26 13:41:45 +0100 |
|---|---|---|
| committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-27 14:37:44 +0100 |
| commit | 9f02b0bf16972dfb7a18610e5096d4576e447a48 (patch) | |
| tree | b128d385d9c1889a9ad8e57751e3aab66c2994dc /sway.5.txt | |
| parent | eb847a1b1ce122f6621de0fb76e381bf0d10b317 (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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
