diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2016-07-31 08:54:15 -0500 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2016-07-31 08:54:15 -0500 |
commit | 53f6b1f3b02ed782d1e9c218a4d10d005aefc326 (patch) | |
tree | 17d9af0c61a77292f966fa585dd1fafa99afee4d /sway/sway.5.txt | |
parent | 955020b161a518634081c5a3332a6d6403e2442e (diff) |
document `kill` command
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 3 |
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: + See **sway-input**(5) for details. +**kill**:: + Kills (force-closes) the currently-focused container and all of its children. + **smart_gaps** <on|off>:: If smart_gaps are _on_ then gaps will only be enabled if a workspace has more than one child container. |