powerline daemon

This commit is contained in:
Denis S. Zaika 2019-09-19 09:16:53 +03:00
parent cccaf35f09
commit a3bd12b36f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
run-shell 'powerline-daemon -q'
if-shell "uname | grep -q FreeBSD" "source /usr/local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf" if-shell "uname | grep -q FreeBSD" "source /usr/local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf"
if-shell "uname | grep -q Linux" "source /usr/share/powerline/bindings/tmux/powerline.conf" if-shell "uname | grep -q Linux" "source /usr/share/powerline/bindings/tmux/powerline.conf"
# xterm-like mouse wheel scrolling and copy/paste # xterm-like mouse wheel scrolling and copy/paste
#set -g mouse on #set -g mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g terminal-overrides 'xterm*:smcup@:rmcup@'