aboutsummaryrefslogtreecommitdiffstats
path: root/config-desktop.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 11:14:10 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 11:14:10 +0100
commitdaaf77ded69934f32ff9879c59d3e5279d841220 (patch)
treeb4c50279bc532988cd713a73e790143bb1f73e5c /config-desktop.h
parent3d5271556d116c4dec4c7b6a4d7ad3db3848681a (diff)
parentdcd0bcce1c3da0e0a26aced4b91b62623cc814d7 (diff)
Merge branch 'master' of git.0xf7.com:projects/dwm
Diffstat (limited to 'config-desktop.h')
-rw-r--r--config-desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 09ffac0..476fc90 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -108,7 +108,7 @@ static const Layout layouts[] = {
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", colors[0][ColBG], "-nf", colors[0][ColFG],"-sb", colors[1][ColBG], "-sf", colors[1][ColFG], NULL };
-static const char *termcmd[] = { "xterm", NULL };
+static const char *termcmd[] = { "alacritty", NULL };
static const char *browsercmd[] = { "firefox", NULL };
static const char *emailcmd[] = { "thunderbird", NULL };
static const char *playercmd[] = { "deadbeef", NULL };