summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-31 08:54:15 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-31 08:54:15 -0500
commit53f6b1f3b02ed782d1e9c218a4d10d005aefc326 (patch)
tree17d9af0c61a77292f966fa585dd1fafa99afee4d
parentMerge pull request #806 from thejan2009/fix-nested-layouts (diff)
downloadsway-53f6b1f3b02ed782d1e9c218a4d10d005aefc326.tar.gz
sway-53f6b1f3b02ed782d1e9c218a4d10d005aefc326.tar.zst
sway-53f6b1f3b02ed782d1e9c218a4d10d005aefc326.zip
document `kill` command
-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.