Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ The [`scripts/`](scripts/) folder contains examples on how `wl-mirror` can be us
The following keybindings shortcuts can be used in your sway config.

```
mode "present" {
set $mode_present Present: (m) start mirror, (o) set-output, (r) set-region, (Shift-r) unset-region, (s) set-scaling, (f) toggle-freeze, (c) custom settings
mode "$mode_present" {
# command starts mirroring
bindsym m mode "default"; exec wl-present mirror
# these commands modify an already running mirroring window
Expand All @@ -126,7 +127,7 @@ mode "present" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+p mode "present"
bindsym $mod+p mode "$mode_present"
```

This requires `wl-mirror`, the `wl-present` script, `pipectl` (optional),
Expand Down