docs: add suggest wofi config

This commit is contained in:
DreamMaoMao 2025-02-13 22:04:38 +08:00
parent 025bd88757
commit 7dc7435b1a
6 changed files with 104 additions and 2 deletions

View file

@ -190,12 +190,12 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
static const char *termcmd[] = { "foot", NULL };
static const char *menucmd[] = { "wofi", NULL };
/* static const char *menucmd[] = { "wofi", NULL }; */
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
/* modifier key function argument */
{ MODKEY, XKB_KEY_space, spawn, {.v = menucmd} },
{ MODKEY, XKB_KEY_space, spawn, SHCMD("wofi --normal-window ~/.config/maomao/wofi/config") },
{ MODKEY, XKB_KEY_Return, spawn, {.v = termcmd} },
// add your custom cmd key bind like this