diff options
Diffstat (limited to '.i3/scripts/tmuxdd')
| -rwxr-xr-x | .i3/scripts/tmuxdd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.i3/scripts/tmuxdd b/.i3/scripts/tmuxdd new file mode 100755 index 0000000..e821057 --- /dev/null +++ b/.i3/scripts/tmuxdd @@ -0,0 +1,4 @@ +#!/bin/sh +# This is the script that i3 runs to either start tmux in +# the dropdown terminal or log into a previous session. +tmux a || TERM="screen-256color" tmux |
