diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 6b33efd..a9eb8e7 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -23,7 +23,7 @@ #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -# font_size 11.0 +font_size 10.0 #: Font size (in pts) @@ -596,6 +596,9 @@ background_opacity 0.6 # env +env PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]" + + #: Specify environment variables to set in all child processes. Note #: that environment variables are expanded recursively, so if you #: use:: @@ -634,7 +637,7 @@ background_opacity 0.6 #: functionality is a security risk as it means that any program, even #: one running on a remote server via SSH can read your clipboard. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what diff --git a/.profile b/.profile index 9900649..6c59819 100755 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export PATH=$PATH:/home/ltc/bin -export PS1="\[$(tput bold)\]\[$(tput setaf 34)\][\[$(tput setaf 28)\]\u\[$(tput setaf 40)\]@\[$(tput setaf 28)\]\h \[$(tput setaf 40)\]\W\[$(tput setaf 34)\]]\[$(tput setaf 28)\]\\$ \[$(tput sgr0)\]" +export $TERMINAL=kitty export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" diff --git a/.xinitrc b/.xinitrc index 3589cdd..544eece 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,6 @@ [ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap +export TERMINAL=kitty + exec i3