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