move to kitty
This commit is contained in:
@@ -23,6 +23,7 @@ declare -A configs=(
|
||||
["$PWD/config/wlogout"]="$HOME/.config/wlogout"
|
||||
["$PWD/config/swappy"]="$HOME/.config/swappy"
|
||||
["$PWD/config/lf"]="$HOME/.config/lf"
|
||||
["$PWD/config/kitty"]="$HOME/.config/kitty"
|
||||
)
|
||||
|
||||
bashCompletionsDir="$HOME/.config/bash-completions"
|
||||
|
||||
7
config/kitty/kitty.conf
Normal file
7
config/kitty/kitty.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
font_family Fira Code Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
background #202734
|
||||
foreground #CBCCC6
|
||||
@@ -12,7 +12,7 @@ set $up k
|
||||
set $right l
|
||||
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term kitty
|
||||
|
||||
# Your preferred application launcher
|
||||
set $menu rofi -show drun
|
||||
|
||||
Reference in New Issue
Block a user