mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update kitty icons
update wezterm configuration
This commit is contained in:
Binary file not shown.
BIN
kitty/kitty.app.png
Normal file
BIN
kitty/kitty.app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -13,10 +13,26 @@ config.window_padding = {
|
|||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- window
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.window_background_opacity = 0.97
|
config.window_background_opacity = 0.96
|
||||||
|
config.macos_window_background_blur = 10
|
||||||
|
config.initial_rows = 30
|
||||||
|
config.initial_cols = 90
|
||||||
|
|
||||||
|
-- tab bar
|
||||||
|
config.use_fancy_tab_bar = false
|
||||||
|
config.tab_bar_at_bottom = true
|
||||||
|
config.colors = {
|
||||||
|
tab_bar = {
|
||||||
|
background = "rgba(0,0,0,0)"
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
config.color_scheme = "Catppuccin Mocha"
|
config.color_scheme = "Catppuccin Mocha"
|
||||||
config.font_size = 16
|
config.font_size = 16
|
||||||
|
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
@ -46,7 +46,9 @@
|
|||||||
"space c t": [
|
"space c t": [
|
||||||
"workspace::SendKeystrokes",
|
"workspace::SendKeystrokes",
|
||||||
": language selector: toggle enter"
|
": language selector: toggle enter"
|
||||||
]
|
],
|
||||||
|
"alt-k": ["editor::MoveLineUp", { "display_lines": true }],
|
||||||
|
"alt-j": ["editor::MoveLineDown", { "display_lines": true }]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -101,6 +101,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paths": ["~/Developer/venus"]
|
"paths": ["~/Developer/venus"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paths": ["~/Developer/react-draggable"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user