Fix HUD launcher host handling

This commit is contained in:
2026-04-03 18:46:16 +02:00
parent 7279d1272e
commit 7d9d6c7b4f
4 changed files with 23 additions and 43 deletions

View File

@@ -109,7 +109,7 @@
"key_code": "vk_none"
},
{
"shell_command": "/Applications/kitty.app/Contents/MacOS/kitten quick-access-terminal /Applications/kitty.app/Contents/MacOS/kitten run-shell --cwd \"$HOME\" >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
"shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
}
],
"type": "basic"
@@ -123,7 +123,7 @@
"conditions": [
{
"bundle_identifiers": [
"^net\\.kovidgoyal\\.kitty$"
"^net\\.kovidgoyal\\.kitty(-quick-access)?$"
],
"type": "frontmost_application_if"
}
@@ -147,7 +147,7 @@
"conditions": [
{
"bundle_identifiers": [
"^net\\.kovidgoyal\\.kitty$"
"^net\\.kovidgoyal\\.kitty(-quick-access)?$"
],
"type": "frontmost_application_if"
}