diff --git a/dotfiles/lib/shellrc/osx.sh b/dotfiles/lib/shellrc/osx.sh index 588085daa..d8869f6dc 100644 --- a/dotfiles/lib/shellrc/osx.sh +++ b/dotfiles/lib/shellrc/osx.sh @@ -195,3 +195,7 @@ function make_main_screen { function swap_main_screen { make_main_screen 2 } + +function swap_mirror_swap { + mirror -off && swap_main_screen && mirror -on +}