diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-10-16 04:06:12 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-10-16 04:06:12 +0300 |
commit | 1221666455ca1fbfed67465d292f11ef936ecc05 (patch) | |
tree | 9ec09c97a74d144903f01872bd2296fc80a74493 /dotfiles/.profile | |
parent | 5028fa7ea213f435627d867e7ef1f9f19603ac16 (diff) | |
download | swayrice-1221666455ca1fbfed67465d292f11ef936ecc05.tar.gz swayrice-1221666455ca1fbfed67465d292f11ef936ecc05.zip |
audio visualizer config improvements, changed TERM env variable for better compatibility
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 3084360..375479e 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -12,7 +12,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # User specific environment and startup programs: export LANG=en_US.UTF-8 -export TERM=termite +export TERM=xterm-256color export BROWSER=qutebrowser [[ -f ~/.bashrc ]] && source ~/.bashrc |