Skip to content

Instantly share code, notes, and snippets.

@Ferdi265
Created July 25, 2022 23:55
Show Gist options
  • Save Ferdi265/123f60248e505111bc6917516dd41449 to your computer and use it in GitHub Desktop.
Save Ferdi265/123f60248e505111bc6917516dd41449 to your computer and use it in GitHub Desktop.
wl-mirror presentation sway config
mode "present" {
bindsym m mode "default"; exec wl-present mirror
bindsym o mode "default"; exec wl-present set-output
bindsym r mode "default"; exec wl-present set-region
bindsym Shift+r mode "default"; exec wl-present custom --no-region
bindsym s mode "default"; exec wl-present set-scaling
bindsym c mode "default"; exec wl-present custom
# return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+p mode "present"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment