From 15345ab7b707d1ab59b932796c6f31e816895d46 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Sat, 23 Sep 2023 12:39:06 +0330 Subject: [PATCH] changed the default file manager to thunar --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6dfe32d..85c9bb4 100644 --- a/config.def.h +++ b/config.def.h @@ -103,7 +103,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "kitty", NULL }; -static const char *filemgr[] = { "pcmanfm", NULL }; +static const char *filemgr[] = { "thunar", NULL }; static const char *logout[] = { "dm-logout", NULL }; static const char *hub[] = { "dm-hub", NULL }; static const Key keys[] = {