From cf98adab8146cde17bf724dca562f06e2500e7e5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 10 Mar 2024 14:31:38 +0530 Subject: update --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e3b851e..5cb6092 100644 --- a/config.def.h +++ b/config.def.h @@ -134,7 +134,7 @@ static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL }; static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL }; static const char *termcmd[] = { "alacritty", NULL }; -static const char *menucmd[] = { "fuzzel", NULL }; +static const char *menucmd[] = { "bemenu-run", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; static const Key keys[] = { -- cgit v1.2.3