Skip to content

Commit

Permalink
Merge pull request #33 from creasty/creasty-patch-1
Browse files Browse the repository at this point in the history
Fix bundleId for Alacritty
  • Loading branch information
creasty authored Oct 14, 2022
2 parents 1e61721 + f2371fa commit 9430e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/Handlers/AppSwitchHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final class AppSwitchHandler: Handler, ApplicationLaunchable {
showOrHideApplication("com.apple.finder")
return true
case [.m]:
showOrHideApplication("io.alacritty")
showOrHideApplication("org.alacritty")
return true
case [.t]:
showOrHideApplication("com.culturedcode.ThingsMac")
Expand Down

0 comments on commit 9430e44

Please sign in to comment.