Skip to content

Commit

Permalink
change terminal to alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenArcher committed Jul 28, 2023
1 parent e017af0 commit 6bf1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm-src/config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static const char *layoutcolors[][2] = {

/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "kitty", NULL };
static const char *termcmd[] = { "alacritty", NULL };
static const char *pkillcmd[] = { "pkill", "dwm", NULL };

static const Key keys[] = {
Expand Down

0 comments on commit 6bf1a19

Please sign in to comment.