4 lines
141 B
Bash
Executable file
4 lines
141 B
Bash
Executable file
#!/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
|