changed the default file manager to thunar

This commit is contained in:
Sohrab Behdani 2023-09-23 12:39:06 +03:30
parent af834e8abc
commit 15345ab7b7

View file

@ -103,7 +103,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ 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 *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 *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 *logout[] = { "dm-logout", NULL };
static const char *hub[] = { "dm-hub", NULL }; static const char *hub[] = { "dm-hub", NULL };
static const Key keys[] = { static const Key keys[] = {