From f8d0bb657c9d6d94ecca18c13a9cc65d55077ee8 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Wed, 29 Dec 2021 10:16:03 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cae33d2..953c133 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,10 @@ Right now, there are these subcommands: their windows in the menu program and switches to the selected one. * `switch-to` shows outputs, workspaces, containers, and their windows in the menu program and switches to the selected one. -* `quit-window` displays all windows and quits the selected one. +* `quit-window` displays all windows and quits the selected one. An optional + `--kill` / `-k` flag may be specified in which case the window's process will + be killed using `kill -9 ` rather than only sending a `kill` IPC message + to sway. * `quit-workspace-or-window` displays all workspaces and their windows and allows to quit either the selected workspace (all its windows) or the selected window.