The following can be handy for ppl using ssh for their rig. Add to your .bashrc file the following lines:
#Alias for the screens
alias miner='screen -x miner'
alias temp='screen -x temp'
alias wdog='screen -x wdog'
After the command 'exec bash' or logging out and in again you can type miner / temp / wdog to go to the respective screens directly.