changed the default file manager to thunar
This commit is contained in:
parent
af834e8abc
commit
15345ab7b7
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue