6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/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
|