# x-terminal-emulator & # There is something really strange about starting up xmonad on dual monitors. # Somehow it doesn't recognize the 2nd screen as separate. # Workaround: turn off second screen, pause, turn it on again while xmonad is running. ( xrandr --output VGA-1 --off sleep 5 xrandr --output VGA-1 --auto --right-of DVI-I-1 )&