From 5b32a7d1eae45cfe0c1faee991f58d90d9d495a1 Mon Sep 17 00:00:00 2001 From: Jalal El Mansouri Date: Tue, 7 Jan 2025 00:10:27 -0300 Subject: [PATCH 1/2] feat: add Ghostty to the list of terminal exceptions --- jsonnet/lib/bundle.libsonnet | 2 ++ 1 file changed, 2 insertions(+) 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 From 7d8c16b69e0537332c377320e4213bcc32242de4 Mon Sep 17 00:00:00 2001 From: Jalal El Mansouri Date: Tue, 7 Jan 2025 08:46:14 -0300 Subject: [PATCH 2/2] Update README.md as requested in the contribution section --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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))