Switch to kitty
This commit is contained in:
33
.config/kitty/kitty.conf
Normal file
33
.config/kitty/kitty.conf
Normal file
@ -0,0 +1,33 @@
|
||||
font_family Ubuntu Mono
|
||||
bold_font Ubuntu Mono Bold
|
||||
italic_font Ubuntu Mono Italic
|
||||
bold_italic_font Ubuntu Mono Bold Italic
|
||||
font_size: 14.0
|
||||
|
||||
background #1e2029
|
||||
foreground #eaeaea
|
||||
background_opacity 0.95
|
||||
|
||||
color0 #000000
|
||||
color1 #ff554a
|
||||
color2 #6ac262
|
||||
color3 #ffbe49
|
||||
color4 #51afef
|
||||
color5 #c57bdb
|
||||
color6 #5cefff
|
||||
color7 #eaeaea
|
||||
|
||||
color8 #666666
|
||||
color9 #ff4033
|
||||
color10 #51c247
|
||||
color11 #e7c547
|
||||
color12 #289eef
|
||||
color13 #bb51db
|
||||
color14 #1ce9ff
|
||||
color15 #ffffff
|
||||
|
||||
linux_display_server wayland
|
||||
|
||||
map ctrl+plus change_font_size all +2.0
|
||||
map ctrl+minus change_font_size all -2.0
|
||||
map ctrl+0 change_font_size all 0
|
@ -14,7 +14,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term kitty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
Reference in New Issue
Block a user