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 };