6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
#!/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
|