Refine HUD toggle and kitty tab bar

This commit is contained in:
2026-04-03 19:06:33 +02:00
parent 7d9d6c7b4f
commit 9eabb18f54
2 changed files with 20 additions and 8 deletions

View File

@@ -90,14 +90,6 @@
"description": "kitty: map ctrl+enter to quick access terminal globally", "description": "kitty: map ctrl+enter to quick access terminal globally",
"manipulators": [ "manipulators": [
{ {
"conditions": [
{
"bundle_identifiers": [
"^net\\.kovidgoyal\\.kitty$"
],
"type": "frontmost_application_unless"
}
],
"from": { "from": {
"key_code": "return_or_enter", "key_code": "return_or_enter",
"modifiers": { "modifiers": {
@@ -113,6 +105,23 @@
} }
], ],
"type": "basic" "type": "basic"
},
{
"from": {
"key_code": "keypad_enter",
"modifiers": {
"mandatory": ["control"]
}
},
"to": [
{
"key_code": "vk_none"
},
{
"shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
}
],
"type": "basic"
} }
] ]
}, },

View File

@@ -13,6 +13,9 @@ copy_on_select clipboard
term xterm-256color term xterm-256color
map ctrl+left previous_tab map ctrl+left previous_tab
map ctrl+right next_tab map ctrl+right next_tab
tab_bar_style separator
tab_separator " ┇"
tab_bar_edge top
window_padding_width 10 window_padding_width 10
map cmd+shift+r load_config_file map cmd+shift+r load_config_file