diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:31:38 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:31:38 +0530 |
| commit | cf98adab8146cde17bf724dca562f06e2500e7e5 (patch) | |
| tree | ec0deee0816be2cd9a6846eddbea82fe0508df5b /config.def.h | |
| parent | 9d0f3ded5ef30d82a4bc115c0a49faa29dc223f0 (diff) | |
update
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[] = { |
