diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:18:54 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:18:54 -0400 |
| commit | d7011188c102bf934d1af52eb25cdd59577566d7 (patch) | |
| tree | 8c39d2342e1894d5ea3449094c56fae128a4d149 /.scripts/tmuxdd | |
| parent | 830a38f84db507949de0e16cf748eadf11253675 (diff) | |
| download | eibhear-d7011188c102bf934d1af52eb25cdd59577566d7.tar.gz eibhear-d7011188c102bf934d1af52eb25cdd59577566d7.tar.zst eibhear-d7011188c102bf934d1af52eb25cdd59577566d7.zip | |
revamp of dropdown scripts, bug fixes
Diffstat (limited to '.scripts/tmuxdd')
| -rwxr-xr-x | .scripts/tmuxdd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scripts/tmuxdd b/.scripts/tmuxdd new file mode 100755 index 0000000..c194ff1 --- /dev/null +++ b/.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 || tmux |
