Updated Readme
This commit is contained in:
parent
a0dc360e37
commit
1334bde4bd
1 changed files with 21 additions and 5 deletions
26
README.md
26
README.md
|
|
@ -63,6 +63,18 @@ bindsym $mod+Shift+8 exec "swaysome move 8"
|
||||||
bindsym $mod+Shift+9 exec "swaysome move 9"
|
bindsym $mod+Shift+9 exec "swaysome move 9"
|
||||||
bindsym $mod+Shift+0 exec "swaysome move 0"
|
bindsym $mod+Shift+0 exec "swaysome move 0"
|
||||||
|
|
||||||
|
# Focus workspace groups
|
||||||
|
bindcode --to-code $mod+Ctrl+1 exec "swaysome focus-group 1"
|
||||||
|
bindcode --to-code $mod+Ctrl+2 exec "swaysome focus-group 2"
|
||||||
|
bindcode --to-code $mod+Ctrl+3 exec "swaysome focus-group 3"
|
||||||
|
bindcode --to-code $mod+Ctrl+4 exec "swaysome focus-group 4"
|
||||||
|
bindcode --to-code $mod+Ctrl+5 exec "swaysome focus-group 5"
|
||||||
|
bindcode --to-code $mod+Ctrl+6 exec "swaysome focus-group 6"
|
||||||
|
bindcode --to-code $mod+Ctrl+7 exec "swaysome focus-group 7"
|
||||||
|
bindcode --to-code $mod+Ctrl+8 exec "swaysome focus-group 8"
|
||||||
|
bindcode --to-code $mod+Ctrl+9 exec "swaysome focus-group 9"
|
||||||
|
bindcode --to-code $mod+Ctrl+0 exec "swaysome focus-group 0"
|
||||||
|
|
||||||
# Move focused container to next output
|
# Move focused container to next output
|
||||||
bindsym $mod+o exec "swaysome next_output"
|
bindsym $mod+o exec "swaysome next_output"
|
||||||
|
|
||||||
|
|
@ -89,10 +101,14 @@ as usual.
|
||||||
|
|
||||||
## Exhaustive swaysome commands list
|
## Exhaustive swaysome commands list
|
||||||
|
|
||||||
* `move [name]`: move the focused container to `[name]`
|
* `move [name]`: move the focused container to `[name]` on the same group
|
||||||
* `next_output`: move the focused container to the next output
|
* `next-output`: move the focused container to the next output
|
||||||
* `prev_output`: move the focused container to the previous output
|
* `prev-output`: move the focused container to the previous output
|
||||||
* `focus [name]`: change focus to `[name]`
|
* `focus [name]`: change focus to `[name]` on the same group
|
||||||
* `focus_all_outputs [name]`: change all outputs focus to `[name]`
|
* `focus-all-outputs [name]`: change all outputs focus to `[name]`
|
||||||
|
* `focus-group [id]`: change focus to group `[id]`
|
||||||
|
* `next-group`: change focus to the next workspace group
|
||||||
|
* `previous-group`: change focus to the previous workspace group
|
||||||
* `init [name]`: cycle all outputs to create a default workspace with name `[name]`
|
* `init [name]`: cycle all outputs to create a default workspace with name `[name]`
|
||||||
|
* `rearrange-workspaces` Rearrange already opened workspaces to the correct outputs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue