commit a66fe5eb110effd98aa853d78ee1926c19aea17b
parent d06368fab0c528adb6ef1573a50368888730a8dd
Author: mrgrouse <bdmfegys@duck.com>
Date: Fri, 26 Jul 2024 14:57:37 -0400
config.def.h: set default terminal to birdterm and dmenu executable to birdmenu_run
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -122,8 +122,8 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-i", NULL };
-static const char *termcmd[] = { "kitty", NULL };
+static const char *dmenucmd[] = { "birdmenu_run", "-i", NULL };
+static const char *termcmd[] = { "birdterm", NULL };
/* Wallpaper and Gif Directories */
static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL };