diff --git a/core/windows_and_tabs/window_management.talon b/core/windows_and_tabs/window_management.talon index 859c6fb7dd..f1c4065585 100644 --- a/core/windows_and_tabs/window_management.talon +++ b/core/windows_and_tabs/window_management.talon @@ -11,6 +11,12 @@ running list: user.switcher_toggle_running() running close: user.switcher_hide_running() launch : user.switcher_launch(launch_applications) +focus snap [and] : + user.switcher_focus(running_applications_1) + user.switcher_focus(running_applications_2) + user.snap_app(running_applications_1, window_snap_position_1) + user.snap_app(running_applications_2, window_snap_position_2) + snap : user.snap_window(window_snap_position) snap next [screen]: user.move_window_next_screen() snap last [screen]: user.move_window_previous_screen()