powerline daemon
This commit is contained in:
parent
cccaf35f09
commit
a3bd12b36f
|
|
@ -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@'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue