我获得了第一个桌面环境gnome。当我使用Alt+Shift+Enter调用终端时,终端是在gnome环境中打开的,而不是在dwm环境中打开的。
Alt+Shift+Enter
发布于 2020-07-02 17:38:41
在dwm的源代码中,有一个名为"termcmd“的变量,假设gnome下的终端名为”gnome-终端“,则必须将"st”替换为“gnome-dwm”。
https://unix.stackexchange.com/questions/543126
相似问题