Setting up floating pop up window
I'm trying to set up a key binding to run a command to spawn a terminal with a media player as a floating window. I've tried both urxvt -e mocp && i3-msg floating toggle
and urxvt -e mocp & i3-msg floating toggle
; the former waits until the window is closed to cause my previously focused window to start floating, the latter causes my focused window to start floating while the terminal spawns in behind it.