From 19c9c05bceac003a72477f293f3bdb751d150280 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 6 Feb 2018 18:42:51 -0700 Subject: tmux now doesn't spawn mult. sessions on restart --- .config/Scripts/tmuxinit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .config/Scripts/tmuxinit (limited to '.config/Scripts') diff --git a/.config/Scripts/tmuxinit b/.config/Scripts/tmuxinit new file mode 100755 index 0000000..68a4b86 --- /dev/null +++ b/.config/Scripts/tmuxinit @@ -0,0 +1,4 @@ +#!/bin/bash +# This is the script that i3 runs to either start tmux in +# the dropdown terminal or log into a previous session. +tmux a || tmux -- cgit v1.3.1