This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/linux/bin/sway-init-tmux
2021-12-23 12:03:19 -06:00

6 lines
175 B
Fish
Executable file

#!/usr/bin/env fish
#
tmux new-session -d -s sway
tmux run-shell "$HOME/.tmux/plugins/tmux-resurrect/scripts/restore.sh"
kitty --single-instance fish -C 'tmux attach -t sway'