From d9cd9297c3a95e5773958ba83db4ad9a0ae73af5 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Mon, 20 Apr 2026 01:51:51 +0200 Subject: [PATCH] perseus: fix wmenu height --- hosts/perseus/config_files/dwl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/perseus/config_files/dwl/config.h b/hosts/perseus/config_files/dwl/config.h index b3b53d3..cb83ae8 100644 --- a/hosts/perseus/config_files/dwl/config.h +++ b/hosts/perseus/config_files/dwl/config.h @@ -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 };