diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-18 00:59:44 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-18 01:08:10 +0200 |
commit | 9c541d0b4261acd656171a03e6bfd2719f91286d (patch) | |
tree | 32d35203435cfa04aa81e4c71cab69933c050b54 /client/bemenu-run.c | |
parent | 6b5b93239eab623c786e1c537563a81a285ffbd2 (diff) | |
download | bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.tar.gz bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.tar.bz2 bemenu-9c541d0b4261acd656171a03e6bfd2719f91286d.zip |
Add --scrollbar option
Diffstat (limited to 'client/bemenu-run.c')
-rw-r--r-- | client/bemenu-run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/bemenu-run.c b/client/bemenu-run.c index a1cb5ef..8f25348 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -19,6 +19,7 @@ static struct client client = { .bottom = false, .grab = false, .wrap = false, + .scrollbar = false, }; struct paths { |