kitty stuff

This commit is contained in:
lickthecheese 2019-11-29 23:03:44 -05:00
parent eaadfc763c
commit 00f36d32ba
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -1,4 +1,6 @@
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
export TERMINAL=kitty
exec i3