Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Generally Excepted Applications:
- Kitty
- Terminal
- WezTerm
- Ghostty

List of Web Browsers:
- Apple Safari
Expand Down Expand Up @@ -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))

Expand Down
2 changes: 2 additions & 0 deletions jsonnet/lib/bundle.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
'^com\\.apple\\.Terminal$',
// WezTerm
'^com\\.github\\.wez\\.wezterm$',
// Ghostty
'^com\\.mitchellh\\.ghostty$',
],

// bundle identifiers for web browser applications
Expand Down