Add kitty conf

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-28 16:52:58 +02:00
parent 37c56d7505
commit c229aa25e4
2 changed files with 4 additions and 2 deletions

View file

@ -43,7 +43,7 @@ esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
@ -161,3 +161,5 @@ fi
eval "$(register-python-argcomplete schedule_timer)"
export EDITOR="/bin/vim"
source <(kitty + complete setup bash)

View file

@ -15,7 +15,7 @@ exec --no-startup-id picom -b
exec --no-startup-id thunar --daemon
# start a terminal
bindsym $super+Return exec i3-sensible-terminal
bindsym $super+Return exec kitty
# start dmenu (a program launcher)
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"