Перевёл dotfiles на stow
This commit is contained in:
parent
27416cef99
commit
97af93b2a8
169 changed files with 1256 additions and 100 deletions
18
config/kitty/kitty.conf
Normal file
18
config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
font_size 10.0
|
||||
background_opacity 1
|
||||
background #0e0e20
|
||||
cursor_shape beam
|
||||
window_margin_width 4
|
||||
confirm_os_window_close 0
|
||||
|
||||
# Zoom
|
||||
map ctrl+plus change_font_size all +1
|
||||
map ctrl+equal change_font_size all +1
|
||||
map ctrl+kp_add change_font_size all +1
|
||||
|
||||
map ctrl+minus change_font_size all -1
|
||||
map ctrl+underscore change_font_size all -1
|
||||
map ctrl+kp_subtract change_font_size all -1
|
||||
|
||||
map ctrl+0 change_font_size all 0
|
||||
map ctrl+kp_0 change_font_size all 0
|
Loading…
Add table
Add a link
Reference in a new issue