diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/tmuxed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/tmuxed b/.local/bin/tmuxed new file mode 100755 index 0000000..e06d6c5 --- /dev/null +++ b/.local/bin/tmuxed @@ -0,0 +1,4 @@ +#!/bin/sh +# For some reason one cannot pass this to alacritty directly, +# you have to call a script/program... +tmux attach || tmux |