#!/bin/sh PATH=~/bin:$PATH if tmux lsw; then tmux new-window xdotool mousemove 0 1024 xdotool key super+Up xdotool mousemove 467 388 else urxvt fi