diff options
Diffstat (limited to 'client/bemenu-run.c')
-rw-r--r-- | client/bemenu-run.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/bemenu-run.c b/client/bemenu-run.c index ab633c5..a1cb5ef 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -9,16 +9,16 @@ static struct client client = { .filter_mode = BM_FILTER_MODE_DMENU, - .wrap = 0, - .lines = 0, .colors = {0}, .title = "bemenu", .prefix = NULL, .font = NULL, + .lines = 0, .selected = 0, - .bottom = 0, - .grab = 0, - .monitor = 0 + .monitor = 0, + .bottom = false, + .grab = false, + .wrap = false, }; struct paths { |