added kfonts alias and updated italics in kitty.conf
This commit is contained in:
parent
accfd56d9e
commit
a51d071549
2 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ alias ln="ln -i"
|
||||||
alias {doasedit,sudoedit}="doas rnano"
|
alias {doasedit,sudoedit}="doas rnano"
|
||||||
alias shred="doas shred -uz" # shreds the file and overwrites it with 1s and 0s
|
alias shred="doas shred -uz" # shreds the file and overwrites it with 1s and 0s
|
||||||
alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo)
|
alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo)
|
||||||
|
alias kfonts="kitty +list-fonts"
|
||||||
alias {kdiff,kitten,kd}="kitty +kitten diff"
|
alias {kdiff,kitten,kd}="kitty +kitten diff"
|
||||||
alias bluepill="cmatrix -bm -C cyan"
|
alias bluepill="cmatrix -bm -C cyan"
|
||||||
alias redpill="cmatrix -bm -C red"
|
alias redpill="cmatrix -bm -C red"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ remember_window_size yes
|
||||||
map ctrl+shift+enter new_window_with_cwd
|
map ctrl+shift+enter new_window_with_cwd
|
||||||
cursor_stop_blinking_after 0.25
|
cursor_stop_blinking_after 0.25
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
|
italic_font Dejavu Sans Mono Oblique
|
||||||
shell_integration no-cursor
|
shell_integration no-cursor
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
font_size 15
|
font_size 15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue