#!/bin/sh

tmux ls -F \#S | grep disc && \
	tmux attach -t disc \
|| \
	tmux new-session -s disc 'scli --save-history' \; \
		split-window -h -l 75% 'aerc' \; \
		split-window -v 'weechat' \; \
