diff options
author | Zandr Martin <zandrmartin+git@gmail.com> | 2016-06-05 09:03:13 -0500 |
---|---|---|
committer | Zandr Martin <zandrmartin+git@gmail.com> | 2016-06-05 09:03:13 -0500 |
commit | d4eb964fd1017ecc7dacfe6925ee18faa5c1dbcd (patch) | |
tree | 1430b88a2c002d405202e06d9a002396fa1fedda /sway | |
parent | d57714e8020870d25be6ce778a36741295f9ba3e (diff) |
document `assign` command
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index ffa181f7..bd2de12d 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -140,6 +140,12 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( The following commands may be used either in the configuration file or triggered at runtime. +**assign** <criteria> [→] <workspace>:: + Assigns views matching _criteria_ (see **Criteria** section below) to + _workspace_. The → (U+2192) is optional and purely for aesthetics. This + command is exactly equivalent to "for_window <criteria> move container to + workspace <workspace>". + **bindsym** <key combo> <command>:: Binds _key combo_ to execute _command_ when pressed. You may use XKB key names here (**xev**(1) is a good tool for discovering them). An example |