diff options
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index ad29910..6bd3058 100644 --- a/config.def.h +++ b/config.def.h @@ -148,9 +148,9 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA /* commands */ static const char *termcmd[] = { "foot", NULL }; -static const char *menucmd[] = { "wmenu-run", NULL }; -static const char *passcmd[] = { "passmenu", NULL }; TO FIX WITH WAYLAND MENU -static const char *otpcmd[] = { "otp", NULL }; SAME AS passcmd +static const char *menucmd[] = { "wmenu-run -f 'Maple Mono NL 12' -N bbbbbbff -n 000000 -S eeeeee -s 000000", NULL }; +static const char *passcmd[] = { "passmenu", NULL }; +static const char *otpcmd[] = { "otp", NULL }; static const char *webcmd[] = { "web", NULL }; static const char *radarcmd[] = { "radar", NULL }; |
