From 9eabb18f544e1be75f2e5e215018dd915bd0b6a2 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 3 Apr 2026 19:06:33 +0200 Subject: [PATCH] Refine HUD toggle and kitty tab bar --- karabiner/karabiner.json | 25 +++++++++++++++++-------- kitty/kitty.conf | 3 +++ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index 79bbbc6..29de199 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -90,14 +90,6 @@ "description": "kitty: map ctrl+enter to quick access terminal globally", "manipulators": [ { - "conditions": [ - { - "bundle_identifiers": [ - "^net\\.kovidgoyal\\.kitty$" - ], - "type": "frontmost_application_unless" - } - ], "from": { "key_code": "return_or_enter", "modifiers": { @@ -113,6 +105,23 @@ } ], "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" } ] }, diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 40e636f..bf5eb2f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -13,6 +13,9 @@ copy_on_select clipboard term xterm-256color map ctrl+left previous_tab map ctrl+right next_tab +tab_bar_style separator +tab_separator " ┇" +tab_bar_edge top window_padding_width 10 map cmd+shift+r load_config_file