diff --git a/config.h b/config.h index 84ecc4d..1364a4f 100644 --- a/config.h +++ b/config.h @@ -122,12 +122,28 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *termcmd[] = { "foot", "-f", "BlexMono Nerd Font:size=16", "fish", NULL }; -static const char *menucmd[] = { "wmenu-run", "-f", "BlexMono Nerd Font 16", "-b", NULL }; +static const char *termcmd[] = { "foot", + "-f", "BlexMono Nerd Font:size=16", + "fish", + NULL +}; +static const char *menucmd[] = { + "wmenu-run", + "-f", "BlexMono Nerd Font Normal 16", + "-b", + "-S", "026873", + "-N", "181926", + NULL +}; static const char *lockcmd[] = { "swaylock", NULL }; static const char *screencmd[] = {"screenshot.sh", NULL }; static const char *screenfilecmd[] = {"screenshot-file.sh", NULL }; -static const char *zellijcmd[] = {"foot", "-f", "BlexMono Nerd Font:size=16", "zellij", NULL}; +static const char *zellijcmd[] = { + "foot", + "-f", "BlexMono Nerd Font:size=16", + "zellij", + NULL +}; static const Key keys[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ /* modifier key function argument */