diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 74aa910..0ea20f8 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -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) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index d7cbd84..0ee651c 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -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'"