diff options
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |
