Switch to kitty

This commit is contained in:
Jordan Holt 2022-01-05 21:19:06 +00:00
parent 8f25c9f1c9
commit 8d5e920fda
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
5 changed files with 37 additions and 3 deletions

33
.config/kitty/kitty.conf Normal file
View 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

View File

@ -14,7 +14,7 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term alacritty set $term kitty
# Your preferred application launcher # Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # on the original workspace that the command was run on.

View File

@ -4,7 +4,7 @@ export EDITOR="nvim"
export FILE="nnn" export FILE="nnn"
export PAGER="less" export PAGER="less"
export READER="zathura" export READER="zathura"
export TERMINAL="alacritty" export TERMINAL="kitty"
# XDG Base Directories # XDG Base Directories
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"

View File

@ -7,7 +7,7 @@ User configuration for Arch Linux based systems.
| **Shell:** | zsh | | **Shell:** | zsh |
| **WM:** | sway | | **WM:** | sway |
| **Theme:** | [Nova](https://git.vimium.com/jordan/gtk-nova-theme) [GTK2/3] | | **Theme:** | [Nova](https://git.vimium.com/jordan/gtk-nova-theme) [GTK2/3] |
| **Terminal:** | alacritty | | **Terminal:** | kitty |
## Quick start ## Quick start
1. Copy SSH keypair and `known_hosts` to `~/.ssh` 1. Copy SSH keypair and `known_hosts` to `~/.ssh`

View File

@ -29,6 +29,7 @@ install() {
gtk-layer-shell \ gtk-layer-shell \
iotop \ iotop \
isync \ isync \
kitty \
lynx \ lynx \
mpd \ mpd \
mpv \ mpv \