From 1f189bc7c0de96de1d7326c7892fff9334ecb7b3 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 7 Aug 2023 19:38:38 -0600 Subject: [PATCH] this uses gtk --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f5ca41a..b310314 100644 --- a/config.def.h +++ b/config.def.h @@ -72,7 +72,7 @@ static const Layout layouts[] = { static const char *menucmd[] = { "menu", "Run:", "run", NULL }; static const char *termcmd[] = { "st", NULL }; /* custom commands */ -static const char *filemanager[] = { "pcmanfm", NULL }; +static const char *filemanager[] = { "thunar", NULL }; static const char *dbookmarks[] = { "menu-bookmarks", NULL }; static const char *dpass[] = { "menu-pass", NULL }; static const char *dpassotp[] = { "menu-otp", NULL };