Skip to content

Commit

Permalink
style: disallow resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Oct 25, 2018
1 parent c912d8c commit 4584784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ waybar::Bar::Bar(const Client& client,
zxdg_output_v1_add_listener(xdg_output_, &xdgOutputListener, this);
window.set_title("waybar");
window.set_decorated(false);
window.set_resizable(false);
setupConfig();
setupCss();
setupWidgets();
Expand Down

0 comments on commit 4584784

Please sign in to comment.