diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-27 11:14:10 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-27 11:14:10 +0100 |
commit | daaf77ded69934f32ff9879c59d3e5279d841220 (patch) | |
tree | b4c50279bc532988cd713a73e790143bb1f73e5c | |
parent | 3d5271556d116c4dec4c7b6a4d7ad3db3848681a (diff) | |
parent | dcd0bcce1c3da0e0a26aced4b91b62623cc814d7 (diff) |
Merge branch 'master' of git.0xf7.com:projects/dwm
-rw-r--r-- | config-desktop.h | 2 |
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 }; |