summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-30 18:15:51 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-30 18:15:51 -0700
commit4fb948ad6c65821eb47cfbfb1c4d9ac133c971b9 (patch)
tree12d2bbfffed44c0b066f96e467e74eca7d49b666 /config.def.h
parentf9c34068371891cba49d4f526b965fab043e3c00 (diff)
wmenu fix
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
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 };