perseus: fix wmenu height

This commit is contained in:
2026-04-20 01:51:51 +02:00
parent 2511fe6908
commit d9cd9297c3
+1 -1
View File
@@ -129,7 +129,7 @@ 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-drun", "-i", "-f", "Hack 9", NULL };
static const char *menucmd[] = { "wmenu-drun", "-i", "-f", "Hack 10", NULL };
static const char *loudcmd[] = { "wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "1%+", NULL };
static const char *quietcmd[] = { "wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "1%-", NULL };
static const char *silencecmd[] = { "wpctl", "set-mute", "@DEFAULT_AUDIO_SINK@", "toggle", NULL };