My workflow involves splitting frames a lot because I use i3wm. If I use the emacs native make-frame-command, the new frame will be visiting the buffer I invoked the command in. If I call emacsclient from a shell/keyboard short cut however, it default-visits the *scratch* buffer.
I'd like emacsclient to replicate the behaviour of make-frame-command. Is this possible?