martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

remote-controlled (socket ? fifo ?) #81

Closed evanescente-ondine closed 6 years ago

evanescente-ondine commented 6 years ago

can dvtm be remote-controlled one way or another ? I would a keybinding handled by my wm (i3) to prompt a new shell, but inside a currently running dvtm. Because UNIX principles are cool and suck less, but if it can't integrate well with programs that do the job you won't do, it sucks a lot.

evanescente-ondine commented 6 years ago

Oh, I got it, xodotool right ? Seems logical, and straightforward. I'm not used to stuff yet, ignore that.