我知道我可以在这样的实例中使用“赋值”:
assign [instance="main terminal"] $ws2但是,如何启动一个应用程序并为它分配一个特定的实例名称呢?
发布于 2020-07-05 16:03:14
通常,您不能使用自己的预定义实例名称启动任何应用程序,因为它是由应用程序本身设置的。但是,您可以使用UI tookits的公共命令行选项来覆盖它:
--name name,来源:https://developer.gnome.org/gtk3/stable/gtk-running.html-qwindowtitle title,来源:https://manpages.ubuntu.com/manpages/focal/man7/qt5options.7.htmlhttps://unix.stackexchange.com/questions/596852
复制相似问题