1
0
Fork 0

urxvt is back

This commit is contained in:
Von Random 2018-06-25 19:24:36 +03:00
parent e06b565983
commit 794109fff2
3 changed files with 3 additions and 4 deletions

View file

@ -29,6 +29,7 @@ set -g escape-time "0"
set -g history-limit "10000" set -g history-limit "10000"
set -g status-left-length "20" set -g status-left-length "20"
set -g status-right-length "40" set -g status-right-length "40"
set -g terminal-overrides ',rxvt-unicode-256color:Tc'
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -g status-position "bottom" set -g status-position "bottom"
set -g status-justify "left" set -g status-justify "left"

5
vimrc
View file

@ -70,14 +70,13 @@ if v:version >= 800
autocmd FileType python packadd jedi-vim | packadd ale autocmd FileType python packadd jedi-vim | packadd ale
" yaaay themes " yaaay themes
if has('gui_running') || $TERM =~ '^\(st\|tmux\|xterm\)' if has('gui_running') || $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)'
let &t_8f = "\033[38;2;%lu;%lu;%lum" let &t_8f = "\033[38;2;%lu;%lu;%lum"
let &t_8b = "\033[48;2;%lu;%lu;%lum" let &t_8b = "\033[48;2;%lu;%lu;%lum"
set termguicolors set termguicolors
colorscheme iceberg colorscheme iceberg
else else
set bg=light colorscheme apprentice
colorscheme lucius
endif endif
endif endif

View file

@ -25,7 +25,6 @@ URxvt.pointerBlank: true
URxvt.saveLines: 10000 URxvt.saveLines: 10000
URxvt.scrollBar: false URxvt.scrollBar: false
URxvt.secondaryScroll: false URxvt.secondaryScroll: false
URxvt.termName: rxvt-unicode
URxvt.urgentOnBell: true URxvt.urgentOnBell: true
URxvt.visualBell: false URxvt.visualBell: false