this uses gtk
This commit is contained in:
parent
41de2c7694
commit
1f189bc7c0
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue