aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 8c9e04de..f9ab6778 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -158,17 +158,6 @@ struct bar_config {
158 char *swaybar_command; 158 char *swaybar_command;
159 char *font; 159 char *font;
160 int height; // -1 not defined 160 int height; // -1 not defined
161
162#ifdef ENABLE_TRAY
163 // Tray
164 char *tray_output;
165 char *icon_theme;
166 uint32_t tray_padding;
167 uint32_t activate_button;
168 uint32_t context_button;
169 uint32_t secondary_button;
170#endif
171
172 bool workspace_buttons; 161 bool workspace_buttons;
173 bool wrap_scroll; 162 bool wrap_scroll;
174 char *separator_symbol; 163 char *separator_symbol;