Switch to kitty
This commit is contained in:
parent
8f25c9f1c9
commit
8d5e920fda
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 $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.
|
||||||
|
2
.profile
2
.profile
@ -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"
|
||||||
|
@ -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`
|
||||||
|
Reference in New Issue
Block a user