1
0
Fork 0
forked from mirror/dwl

wmenu command

This commit is contained in:
Zynh Ludwig 2025-02-23 00:28:41 -08:00
parent a517e4ee35
commit 4b7097f8c6

View file

@ -138,7 +138,15 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
static const char *termcmd[] = { "kitty", NULL };
static const char *menucmd[] = { "wmenu-run", NULL };
static const char *menucmd[] = {
"wmenu-run",
"-f", "'JetBrainsMono Nerd Font' Normal 12",
"-N", "#21202e", // col_h_low
"-n", "#6e6a86", // col_muted
"-S", "#191724", // col_base
"-s", "#e0def4", // col_text
NULL
};
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */