summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-31 10:38:40 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-31 10:38:40 -0400
commita947cb691933ee7e1df329c2cd7ca883ea71d036 (patch)
tree17d9af0c61a77292f966fa585dd1fafa99afee4d /sway
parentMerge pull request #806 from thejan2009/fix-nested-layouts (diff)
parentdocument `kill` command (diff)
downloadsway-a947cb691933ee7e1df329c2cd7ca883ea71d036.tar.gz
sway-a947cb691933ee7e1df329c2cd7ca883ea71d036.tar.zst
sway-a947cb691933ee7e1df329c2cd7ca883ea71d036.zip
Merge pull request #808 from zandrmartin/document-kill-command
document `kill` command
Diffstat (limited to 'sway')
-rw-r--r--sway/sway.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 787253a0..36fa92d5 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -269,6 +269,9 @@ The default colors are:
269 + 269 +
270 See **sway-input**(5) for details. 270 See **sway-input**(5) for details.
271 271
272**kill**::
273 Kills (force-closes) the currently-focused container and all of its children.
274
272**smart_gaps** <on|off>:: 275**smart_gaps** <on|off>::
273 If smart_gaps are _on_ then gaps will only be enabled if a workspace has more 276 If smart_gaps are _on_ then gaps will only be enabled if a workspace has more
274 than one child container. 277 than one child container.