dotfiles/tmux/tmux.remote.conf

11 lines
542 B
Plaintext
Raw Normal View History

2018-08-28 23:15:38 +02:00
# show status bar at bottom for remote session,
2018-04-05 05:30:27 +02:00
# so it do not stack together with local session's one
set -g status-position bottom
# Set port of SSH remote tunnel, where tmux will pipe buffers to transfer on local machine for copy
set -g @copy_backend_remote_tunnel_port 11988
# In remote mode we don't show "clock" and "battery status" widgets
set -g status-left "$wg_session"
set -g status-right "#{prefix_highlight} $wg_is_keys_off $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | #{online_status}"