From f97d610297e419178d904cc494e5320e33f97c87 Mon Sep 17 00:00:00 2001 From: Skia Date: Tue, 2 Mar 2021 18:09:06 +0100 Subject: [PATCH] README: add exhaustive command list --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d97b038..d9911fc 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,14 @@ one, both accessible with shortcut `$mod+1`. The `init` command simply walks through every screen to initialize a prefixed workspace. It does it backwards so that you end-up focused on the first screen, as usual. + + +## Exhaustive swaysome commands list + +* `move [name]`: move the focused container to `[name]` +* `next_output`: move the focused container to the next output +* `prev_output`: move the focused container to the previous output +* `focus [name]`: change focus to `[name]` +* `focus_all_outputs [name]`: change all outputs focus to `[name]` +* `init [name]`: cycle all outputs to create a default workspace with name `[name]` +