this uses gtk

This commit is contained in:
tavo-wasd 2023-08-07 19:38:38 -06:00
parent 41de2c7694
commit 1f189bc7c0

View file

@ -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 };