Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berezowski authored Jan 14, 2025
1 parent c36c27a commit cbd4a32
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,18 @@ configuration {
}
```

#### useful in this context: focusing monitors
```> cat .config/sway/config |grep output```
```
bindsym Mod1+Ctrl+m focus output right
bindsym Mod1+Ctrl+m+Shift move workspace to output right
bindsym Mod1+Ctrl+u focus output up
bindsym Mod1+Ctrl+u+Shift move workspace to output up
bindsym Mod1+Ctrl+Mod4+h move workspace to output left
bindsym Mod1+Ctrl+Mod4+j move workspace to output down
bindsym Mod1+Ctrl+Mod4+k move workspace to output up
bindsym Mod1+Ctrl+Mod4+l move workspace to output right
```

0 comments on commit cbd4a32

Please sign in to comment.