Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berezowski authored Sep 25, 2024
1 parent 95893c3 commit 174dd22
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,19 @@ block-beta
```

##### Sway stock behaviour:
```workspace next``` would jump from Monitor1 "6 work" to "7 music" on Monitor2.
Another ```workspace next``` would then jump to "8 messages" on Monitor1.

Given the workspaces:
| Monitor1 | Monitor1 |Monitor2|
| --- | --- | --- |
| ▫ 6 work | ▪ 8 messages|▫ 7 music


with ```▪ 8 messages``` *Monitor 1* being focused

calling Sway's "workspace next" would switch focus to


```▪ 6 work``` *Monitor 1*      "workspace next"     ```▪ 7 music``` *Monitor 2*      "workspace next"     ```▪ 8 messages``` *Monitor 1*

## Features
- [next/prev command to select adjacent Workspaces on the same monitor, (unlike sway's 'workspace next' command) ](#select-workspace)
Expand Down

0 comments on commit 174dd22

Please sign in to comment.