From a3bd12b36fddde7f229deba7aa33b3f1d6db8924 Mon Sep 17 00:00:00 2001 From: "Denis S. Zaika" Date: Thu, 19 Sep 2019 09:16:53 +0300 Subject: [PATCH] powerline daemon --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 029c40e..297bbe5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 Linux" "source /usr/share/powerline/bindings/tmux/powerline.conf" + # xterm-like mouse wheel scrolling and copy/paste #set -g mouse on set -g terminal-overrides 'xterm*:smcup@:rmcup@'