Fix HUD launcher host handling
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user