diff options
Diffstat (limited to '.i3/scripts/tmuxinit')
| -rwxr-xr-x | .i3/scripts/tmuxinit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.i3/scripts/tmuxinit b/.i3/scripts/tmuxinit new file mode 100755 index 0000000..68a4b86 --- /dev/null +++ b/.i3/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 |
