Przeglądaj źródła

~/.config/dwm: Use st as terminal

Lu Stadler 7 lat temu
rodzic
commit
c406e2ffd8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .config/dwm/config.h

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

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