diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-30 00:30:38 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-30 00:30:38 -0400 |
| commit | 7f467807994393a440fc4d6f7698a82339857b1c (patch) | |
| tree | 483724c2d407d57456552b8b59ef216a38f1c445 /include/swaybar/config.h | |
| parent | 7cfa56e30bcf6274649171e7623e033ee5c024ee (diff) | |
Fix issues with swaybar on DRM
Diffstat (limited to 'include/swaybar/config.h')
| -rw-r--r-- | include/swaybar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 7634cb16..7f321df8 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -30,6 +30,7 @@ struct swaybar_config { bool wrap_scroll; bool workspace_buttons; struct wl_list outputs; + bool all_outputs; int height; struct { |
