From 8d5e920fdad51f507a2211fbd06a2fbc4cda0aca Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Wed, 5 Jan 2022 21:19:06 +0000 Subject: [PATCH] Switch to kitty --- .config/kitty/kitty.conf | 33 +++++++++++++++++++++++++++++++++ .config/sway/config | 2 +- .profile | 2 +- README.md | 2 +- install | 1 + 5 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 .config/kitty/kitty.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..87bf38d --- /dev/null +++ b/.config/kitty/kitty.conf @@ -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 diff --git a/.config/sway/config b/.config/sway/config index 37292bf..70450f1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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. diff --git a/.profile b/.profile index 1e562e3..4544fee 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ export EDITOR="nvim" export FILE="nnn" export PAGER="less" export READER="zathura" -export TERMINAL="alacritty" +export TERMINAL="kitty" # XDG Base Directories export XDG_CACHE_HOME="$HOME/.cache" diff --git a/README.md b/README.md index 08122d1..c68f3a4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ User configuration for Arch Linux based systems. | **Shell:** | zsh | | **WM:** | sway | | **Theme:** | [Nova](https://git.vimium.com/jordan/gtk-nova-theme) [GTK2/3] | -| **Terminal:** | alacritty | +| **Terminal:** | kitty | ## Quick start 1. Copy SSH keypair and `known_hosts` to `~/.ssh` diff --git a/install b/install index bdc557d..0c5559b 100755 --- a/install +++ b/install @@ -29,6 +29,7 @@ install() { gtk-layer-shell \ iotop \ isync \ + kitty \ lynx \ mpd \ mpv \