Skip to content

Commit

Permalink
Revert focus through raycast
Browse files Browse the repository at this point in the history
  • Loading branch information
brxck committed Sep 3, 2024
1 parent 2fcf504 commit 1309b06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/windows_and_tabs/window_management.talon
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ window next: app.window_next()
window last: app.window_previous()
window close: app.window_close()
window hide: app.window_hide()
focus <user.running_applications>: user.raycast_switcher(running_applications)
focus <user.running_applications>: user.switcher_focus(running_applications)
# following only works on windows. Can't figure out how to make it work for mac. No idea what the equivalent for linux would be.
focus$: user.raycast_switcher()
focus last: user.switcher_focus_last()
running list: user.switcher_toggle_running()
running close: user.switcher_hide_running()
Expand Down

0 comments on commit 1309b06

Please sign in to comment.