diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/bemenu-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/bemenu-run.c b/client/bemenu-run.c index 07fee94..20efd77 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -9,7 +9,7 @@ static struct client client = { .filter_mode = BM_FILTER_MODE_DMENU, - .title = "bemenu", + .title = "bemenu-run", }; struct paths { |