summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index bc02c0fd..be5a00b5 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -191,6 +191,7 @@ struct bar_config {
191 * In "show" mode, it will always be shown on top of the active workspace. 191 * In "show" mode, it will always be shown on top of the active workspace.
192 */ 192 */
193 char *hidden_state; 193 char *hidden_state;
194 bool visible_by_modifier; // only relevant in "hide" mode
194 /** 195 /**
195 * Id name used to identify the bar through IPC. 196 * Id name used to identify the bar through IPC.
196 * 197 *
@@ -389,7 +390,6 @@ struct sway_config {
389 bool show_marks; 390 bool show_marks;
390 bool tiling_drag; 391 bool tiling_drag;
391 392
392 bool edge_gaps;
393 bool smart_gaps; 393 bool smart_gaps;
394 int gaps_inner; 394 int gaps_inner;
395 int gaps_outer; 395 int gaps_outer;
@@ -531,6 +531,8 @@ void free_sway_binding(struct sway_binding *sb);
531 531
532void seat_execute_command(struct sway_seat *seat, struct sway_binding *binding); 532void seat_execute_command(struct sway_seat *seat, struct sway_binding *binding);
533 533
534void load_swaybar(struct bar_config *bar);
535
534void load_swaybars(void); 536void load_swaybars(void);
535 537
536void terminate_swaybg(pid_t pid); 538void terminate_swaybg(pid_t pid);