forked from mirror/dwl
wmenu command
This commit is contained in:
parent
a517e4ee35
commit
4b7097f8c6
1 changed files with 9 additions and 1 deletions
10
config.def.h
10
config.def.h
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue