Fixed font issues for kitty
This commit is contained in:
parent
d90cf27df2
commit
e02df5fe7c
BIN
fonts/.local/share/fonts/Hack-Bold.ttf
Normal file
BIN
fonts/.local/share/fonts/Hack-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Hack-BoldItalic.ttf
Normal file
BIN
fonts/.local/share/fonts/Hack-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Hack-Italic.ttf
Normal file
BIN
fonts/.local/share/fonts/Hack-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Hack-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/Hack-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/HackJBMLigatured-Bold.ttf
Normal file
BIN
fonts/.local/share/fonts/HackJBMLigatured-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/HackJBMLigatured-BoldItalic.ttf
Normal file
BIN
fonts/.local/share/fonts/HackJBMLigatured-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/HackJBMLigatured-Italic.ttf
Normal file
BIN
fonts/.local/share/fonts/HackJBMLigatured-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/HackJBMLigatured-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/HackJBMLigatured-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +1,15 @@
|
||||
|
||||
# Font stuff
|
||||
font_family Hack Nerd Font Mono
|
||||
# Font stuff
|
||||
font_family family="Hack JBM Ligatured"
|
||||
italic_font auto
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
font_size 11.0
|
||||
|
||||
# Nerd Fonts v3.2.0
|
||||
symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b1,U+e700-U+e7c5,U+ed00-U+efc1,U+f000-U+f2ff,U+f000-U+f2e0,U+f300-U+f372,U+f400-U+f533,U+f0001-U+f1af0 Symbols Nerd Font Mono
|
||||
|
||||
# Transparency
|
||||
background_opacity 0.85
|
||||
|
||||
@ -47,7 +50,7 @@ color13 #b48ead
|
||||
color6 #88c0d0
|
||||
color14 #8fbcbb
|
||||
|
||||
color6 #e5e9f0
|
||||
color7 #e5e9f0
|
||||
color15 #eceff4
|
||||
|
||||
# The cursor shape can be one of (block, beam, underline)
|
||||
@ -81,8 +84,8 @@ map ctrl+shift+backspace restore_font_size
|
||||
|
||||
# Misc stuff
|
||||
enable_audio_bell yes
|
||||
open_url_modifiers ctrl+shift
|
||||
#open_url_modifiers ctrl+shift
|
||||
term xterm-kitty
|
||||
open_url_with default
|
||||
allow_remote_control yes
|
||||
confirm_os_window_close 0
|
||||
confirm_os_window_close 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# ==========================
|
||||
# === General settings ===
|
||||
# ==========================
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
set-option -sa terminal-overrides ",xterm-kitty:RGB"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Change prefix key to C-a, easier to type, same to "screen"
|
||||
|
Loading…
Reference in New Issue
Block a user