我在 Arch Linux 下使用 dmenu 运行 dwm。当 dmenu 工作时,它不会启动一些程序,例如 emacs,尽管它显示带有自动完成功能的命令。当我在终端中启动它们时,它工作正常。
我能做什么?是否有 dmenu 的错误日志文件?
我在 Arch Linux 下结合 urxvt 终端运行 DWM。我有一个 urxvt 守护进程正在运行,但是当我按下打开终端窗口的组合键时,没有任何反应。
DWM 是否有错误日志文件?
有什么建议我可以做些什么来找出为什么没有打开终端的原因吗?
谢谢!
编辑:我的 config.c 文件:
/* appearance */
static const char font[] = "-*-terminus-medium-r-normal-*- 12-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#000000";
static const char normbgcolor[] = "#3f3f3f";
static const char normfgcolor[] = "#dfaf8f";
static const char selbordercolor[] = "#cc0000";
static const char selbgcolor[] = "#2b2b2b";
static const char selfgcolor[] = "#f0dfaf";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap …Run Code Online (Sandbox Code Playgroud)