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