Commit Graph

4 Commits (d068cdd289329252f1e01c77cbb43519cec089c1)

Author SHA1 Message Date
Shubham Shukla ec92b3c6b1 Fix num tmux process and continuum status
1) There can be other scripts whose name starts with tmux for eg
tmux-mem-cpu-load, because of this the
number_tmux_processes_except_current_server returned 2 even though there
was only 1 server(which it excludes) and 1 client.
2) By default continuum_status returned off even though the default
interval was 15 min.
2016-10-23 19:43:00 +05:30
Bruno Sutic d6ac017d1d
Bugfix: do not count tmux source-file as tmux process
Do not count `tmux source-file .tmux.conf` as a tmux process when checking if
other tmux server is running.

Previously, this caused interpolation command not to be inserted into
`status-right` because `tmux source-file` was falsely detected as another tmux
server.
2015-03-14 15:55:00 +01:00
Bruno Sutic fb641881c2
Don't start auto-saving if another tmux server is running 2015-02-20 02:05:58 +01:00
Bruno Sutic 42ca2d4454
First working version 2015-02-11 15:43:37 +01:00