#!/bin/dash
if [ -z $@ ]; then
	exec st -f "xos4 Terminus:size=12" tmuxa
else 
	export SHELL=/usr/bin/tmux
	exec st -f "xos4 Terminus:size=12" $@
fi
