kitty: Switch to kitty from alacritty
Removed alacritty configuration and replaced it with simple kitty configuration. I have not been using alacritty ever since switching from X to wayland and am very happy with kitty. I don't see myself making the switch back soon so should also switch configuration files.
This commit is contained in:
parent
280fab6ad3
commit
ebd1551dd6
2 changed files with 8 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
scrolling:
|
|
||||||
# Maximum number of lines in the scrollback buffer.
|
|
||||||
# Specifying '0' will disable scrolling.
|
|
||||||
history: 10000
|
|
||||||
|
|
||||||
# Number of lines the viewport will move for every line scrolled when
|
|
||||||
# scrollback is enabled (history > 0).
|
|
||||||
multiplier: 3
|
|
||||||
|
|
||||||
font:
|
|
||||||
size: 12
|
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
|
||||||
window.dynamic_title: true
|
|
||||||
background_opacity: 1.0
|
|
||||||
|
|
||||||
import:
|
|
||||||
- .config/alacritty/colorscheme.yml
|
|
8
kitty/.config/kitty/kitty.conf
Normal file
8
kitty/.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
enable_audio_bell no
|
||||||
|
include current-theme.conf
|
||||||
|
|
||||||
|
font_family Liga Iosevka
|
||||||
|
bold_font Iosevka Term Bold Nerd Font Complete
|
||||||
|
italic_font Iosevka Term Italic Nerd Font Complete
|
||||||
|
bold_italic_font Iosevka Term Heavy Italic Nerd Font Complete
|
||||||
|
|
Loading…
Reference in a new issue