mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
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
|