瀏覽代碼

~/.config/dwm: Work around sakura not setting the title properly

This is a temporary fix.  I have a fix for sakura itself, but submitting
it seemed to be too much of a hassle.  (The original repo is on
launchpad, I don't have an account, and also, I'd need to use bzr.)
Lucas Stadler 8 年之前
父節點
當前提交
abd90ff06b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .config/dwm/config.h

+ 1 - 1
.config/dwm/config.h

@ -64,7 +64,7 @@ static const Layout layouts[] = {
64 64
/* commands */
65 65
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
66 66
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
67
static const char *termcmd[]  = { "/usr/bin/sakura", NULL };
67
static const char *termcmd[]  = { "/usr/bin/sakura", "--title", "terminal", NULL };
68 68
69 69
static const char *fullscreenbrowsercmd[] = { "toggle-fullscreen.sh", NULL };
70 70