diff --git a/README.md b/README.md index f59ada4..77403bf 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Generally Excepted Applications: - Kitty - Terminal - WezTerm + - Ghostty List of Web Browsers: - Apple Safari @@ -194,6 +195,7 @@ List of Web Browsers: - [@fab1o](https://github.com/fab1o) for the JSON for Alt+Tab (#14) - [@simonLeary42](https://github.com/simonLeary42) for adding VSCodium bundle, adding "H (Ctrl) [Web Browsers Only]", and adding "F5 [Only Chrome]", renaming some rules, fixing priority of home/end rules, and refactoring - [@elijaholmos](https://github.com/elijaholmos) for adding in the new Alacritty bundle ID +- [@jelmansouri](https://github.com/jelmansouri) for adding in Ghostty's bundle ID ([TOC](#table-of-contents)) diff --git a/jsonnet/lib/bundle.libsonnet b/jsonnet/lib/bundle.libsonnet index 900e803..328f326 100644 --- a/jsonnet/lib/bundle.libsonnet +++ b/jsonnet/lib/bundle.libsonnet @@ -52,6 +52,8 @@ '^com\\.apple\\.Terminal$', // WezTerm '^com\\.github\\.wez\\.wezterm$', + // Ghostty + '^com\\.mitchellh\\.ghostty$', ], // bundle identifiers for web browser applications